diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-09 16:44:18 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-09 16:44:18 +0000 |
commit | 38d7211b80a08d2144a073e3eeb0f59d219b5754 (patch) | |
tree | 539e58f2ef336fda5b91d09e61d8dbb030a36cbf /configure.ac | |
parent | fbc4b0e5d89cf5527fd59d5d917e13dfc11c8eb5 (diff) | |
download | gcc-38d7211b80a08d2144a073e3eeb0f59d219b5754.tar.gz |
2007-02-09 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Sync with src.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121762 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b0df6e7a156..61cc70077f2 100644 --- a/configure.ac +++ b/configure.ac @@ -1744,6 +1744,9 @@ extra_nmflags_for_target= extra_ranlibflags_for_target= target_makefile_frag=/dev/null case "${target}" in + mep*-*-*) + target_makefile_frag="config/mt-mep" + ;; spu-*-*) target_makefile_frag="config/mt-spu" ;; @@ -2322,6 +2325,9 @@ case "${target}" in FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys' fi ;; + mep*) + FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary" + ;; esac # Makefile fragments. |