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.
This commit is contained in:
Jeff Johnston
2012-02-21 22:37:47 +00:00
parent 9edde1d2c4
commit b07cfbff06
36 changed files with 6728 additions and 0 deletions

6
libgloss/configure vendored
View File

@ -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"