diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-02-08 21:22:05 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-02-08 21:22:05 +0000 |
commit | 1d94f7311465ca3c972541fc2c7c02255640d29c (patch) | |
tree | 645846719ee345cc3ff3bcd28b40b6baf69e43ea /libgloss/configure | |
parent | aafecff6a8081056a732b78582f7eebb5f6fd022 (diff) | |
download | cygnal-1d94f7311465ca3c972541fc2c7c02255640d29c.tar.gz cygnal-1d94f7311465ca3c972541fc2c7c02255640d29c.tar.bz2 cygnal-1d94f7311465ca3c972541fc2c7c02255640d29c.zip |
2007-02-08 Dave Brolley <brolley@redhat.com>
* mep: New target directory.
* README: Add MeP.
* configure.in: Add support for MeP.
* configure: Regenerated.
* mep/configure.in: New file.
* mep/configure: Ditto.
* mep/Makefile.in: Ditto.
* mep/aclocal.m4: Ditto.
* mep/crt0.S: Ditto.
* mep/crtn.S: Ditto.
* mep/sim-crt0.S: Ditto.
* mep/sim-crtn.S: Ditto.
* mep/fmax.ld: Ditto.
* mep/gcov-io.h: Ditto.
* mep/gmap_default.ld: Ditto.
* mep/handlers.c: Ditto.
* mep/h_reset.c: Ditto.
* mep/isatty.c: Ditto.
* mep/mep-bb.c: Ditto.
* mep/mep-gmon.c: Ditto.
* mep/min.ld: Ditto.
* mep/read.c: Ditto.
* mep/sbrk.c: Ditto.
* mep/sdram-crt0.S: Ditto.
* mep/sdram-crtn.S: Ditto.
* mep/simnovec-crt0.S: Ditto.
* mep/simple.ld: Ditto.
* mep/simsdran-crt0.S: Ditto.
* mep/syscalls.S: Ditto.
* mep/write.c: Ditto.
Diffstat (limited to 'libgloss/configure')
-rwxr-xr-x | libgloss/configure | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libgloss/configure b/libgloss/configure index 4864a81b2..4b17fd898 100755 --- a/libgloss/configure +++ b/libgloss/configure @@ -293,6 +293,7 @@ ac_subdirs_all="$ac_subdirs_all d30v" ac_subdirs_all="$ac_subdirs_all fr30" ac_subdirs_all="$ac_subdirs_all frv" ac_subdirs_all="$ac_subdirs_all mcore" +ac_subdirs_all="$ac_subdirs_all mep" ac_subdirs_all="$ac_subdirs_all mt" ac_subdirs_all="$ac_subdirs_all xstormy16" ac_subdirs_all="$ac_subdirs_all m32c" @@ -1957,6 +1958,13 @@ subdirs="$subdirs mcore" config_testsuite=true ;; + mep-*-*) + + +subdirs="$subdirs mep" + + config_testsuite = true; + ;; mt-*-*) |