diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2012-02-21 22:37:47 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2012-02-21 22:37:47 +0000 |
commit | b07cfbff06094de1a41c6935cbd91ef8b03ebca5 (patch) | |
tree | 6a2a7e50fcaa7cc430e1637ce50fc4b7b4e4dace /libgloss/configure | |
parent | 9edde1d2c4430fd79bbf494d5e8cec0359a0b267 (diff) | |
download | cygnal-b07cfbff06094de1a41c6935cbd91ef8b03ebca5.tar.gz cygnal-b07cfbff06094de1a41c6935cbd91ef8b03ebca5.tar.bz2 cygnal-b07cfbff06094de1a41c6935cbd91ef8b03ebca5.zip |
2012-02-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
Alan Lehotsky <apl@alum.mit.edu>
Joern Rennecke <joern.rennecke@embecosm.com>
* configure.in: Add Epiphany support.
* configure: Regenerate.
* epiphany: New directory.
* libgloss/README: Add Epiphany entry.
Diffstat (limited to 'libgloss/configure')
-rwxr-xr-x | libgloss/configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgloss/configure b/libgloss/configure index f7c483103..f58cb359a 100755 --- a/libgloss/configure +++ b/libgloss/configure @@ -665,6 +665,7 @@ target_alias CCAS CCASFLAGS' ac_subdirs_all='doc +epiphany i386 m32r m68hc11 @@ -2390,6 +2391,11 @@ config_testsuite=true config_libnosys=true case "${target}" in + epiphany-*-*) + subdirs="$subdirs epiphany" + + config_testsuite=true + ;; i[3456]86-*-elf* | i[3456]86-*-coff*) subdirs="$subdirs i386" |