diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2007-02-09 16:44:18 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2007-02-09 16:44:18 +0000 |
commit | 3e19841a04bd4758706e7a387cf0c3ca311c9fb2 (patch) | |
tree | 539e58f2ef336fda5b91d09e61d8dbb030a36cbf /configure.ac | |
parent | 74a487625ab75d9c3c08c3d20f4d2ba206cc5aab (diff) | |
download | gcc-3e19841a04bd4758706e7a387cf0c3ca311c9fb2.tar.gz |
configure.ac: Sync with src.
2007-02-09 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Sync with src.
* configure: Regenerate.
From-SVN: r121762
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. |