From: Steve Ellcey Date: Wed, 19 Sep 2012 20:46:44 +0000 (+0000) Subject: configure.ac: Add mips*-mti-elf* target. X-Git-Tag: misc/gccgo-go1_1_2~739 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d91491e5160627426adfb804c2ac54610c650ed1;p=thirdparty%2Fgcc.git configure.ac: Add mips*-mti-elf* target. 2012-09-19 Steve Ellcey * configure.ac: Add mips*-mti-elf* target. * configure: Regenerate. From-SVN: r191501 --- diff --git a/ChangeLog b/ChangeLog index 7ee7b30a3a88..c9469819acfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-09-19 Steve Ellcey + + * configure.ac: Add mips*-mti-elf* target. + * configure: Regenerate. + 2012-09-17 Ian Lance Taylor * MAINTAINERS (Various Maintainers): Add libbacktrace. diff --git a/configure b/configure index 9ace64e6b7a9..d1cb692ae5ff 100755 --- a/configure +++ b/configure @@ -3136,6 +3136,15 @@ $as_echo "yes" >&6; } fi fi +# Disable libquadmath for some systems. +case "${target}" in + # libquadmath is unused on AIX and libquadmath build process use of + # LD_LIBRARY_PATH can break AIX bootstrap. + powerpc-*-aix* | rs6000-*-aix*) + noconfigdirs="$noconfigdirs target-libquadmath" + ;; +esac + # Disable libssp for some systems. case "${target}" in avr-*-*) @@ -3641,7 +3650,7 @@ case "${target}" in microblaze*) noconfigdirs="$noconfigdirs gprof" ;; - mips*-sde-elf*) + mips*-sde-elf* | mips*-mti-elf*) if test x$with_newlib = xyes; then noconfigdirs="$noconfigdirs gprof" fi @@ -6657,7 +6666,7 @@ case "${target}" in spu-*-*) target_makefile_frag="config/mt-spu" ;; - mips*-sde-elf*) + mips*-sde-elf* | mips*-mti-elf*) target_makefile_frag="config/mt-sde" ;; mipsisa*-*-elfoabi*) @@ -14248,6 +14257,7 @@ compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*" case "$target" in hppa*64*-*-hpux*) ;; hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;; + powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;; esac diff --git a/configure.ac b/configure.ac index a5a443ded588..4ce441ecca0c 100644 --- a/configure.ac +++ b/configure.ac @@ -1042,7 +1042,7 @@ case "${target}" in microblaze*) noconfigdirs="$noconfigdirs gprof" ;; - mips*-sde-elf*) + mips*-sde-elf* | mips*-mti-elf*) if test x$with_newlib = xyes; then noconfigdirs="$noconfigdirs gprof" fi @@ -2261,7 +2261,7 @@ case "${target}" in spu-*-*) target_makefile_frag="config/mt-spu" ;; - mips*-sde-elf*) + mips*-sde-elf* | mips*-mti-elf*) target_makefile_frag="config/mt-sde" ;; mipsisa*-*-elfoabi*)