mirror of git://gcc.gnu.org/git/gcc.git
configure.ac: Add mips*-mti-elf* target.
2012-09-19 Steve Ellcey <sellcey@mips.com> * configure.ac: Add mips*-mti-elf* target. * configure: Regenerate. From-SVN: r191501
This commit is contained in:
parent
7cea661c88
commit
d91491e516
|
|
@ -1,3 +1,8 @@
|
||||||
|
2012-09-19 Steve Ellcey <sellcey@mips.com>
|
||||||
|
|
||||||
|
* configure.ac: Add mips*-mti-elf* target.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2012-09-17 Ian Lance Taylor <iant@google.com>
|
2012-09-17 Ian Lance Taylor <iant@google.com>
|
||||||
|
|
||||||
* MAINTAINERS (Various Maintainers): Add libbacktrace.
|
* MAINTAINERS (Various Maintainers): Add libbacktrace.
|
||||||
|
|
|
||||||
|
|
@ -3136,6 +3136,15 @@ $as_echo "yes" >&6; }
|
||||||
fi
|
fi
|
||||||
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.
|
# Disable libssp for some systems.
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
avr-*-*)
|
avr-*-*)
|
||||||
|
|
@ -3641,7 +3650,7 @@ case "${target}" in
|
||||||
microblaze*)
|
microblaze*)
|
||||||
noconfigdirs="$noconfigdirs gprof"
|
noconfigdirs="$noconfigdirs gprof"
|
||||||
;;
|
;;
|
||||||
mips*-sde-elf*)
|
mips*-sde-elf* | mips*-mti-elf*)
|
||||||
if test x$with_newlib = xyes; then
|
if test x$with_newlib = xyes; then
|
||||||
noconfigdirs="$noconfigdirs gprof"
|
noconfigdirs="$noconfigdirs gprof"
|
||||||
fi
|
fi
|
||||||
|
|
@ -6657,7 +6666,7 @@ case "${target}" in
|
||||||
spu-*-*)
|
spu-*-*)
|
||||||
target_makefile_frag="config/mt-spu"
|
target_makefile_frag="config/mt-spu"
|
||||||
;;
|
;;
|
||||||
mips*-sde-elf*)
|
mips*-sde-elf* | mips*-mti-elf*)
|
||||||
target_makefile_frag="config/mt-sde"
|
target_makefile_frag="config/mt-sde"
|
||||||
;;
|
;;
|
||||||
mipsisa*-*-elfoabi*)
|
mipsisa*-*-elfoabi*)
|
||||||
|
|
@ -14248,6 +14257,7 @@ compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
|
||||||
case "$target" in
|
case "$target" in
|
||||||
hppa*64*-*-hpux*) ;;
|
hppa*64*-*-hpux*) ;;
|
||||||
hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
|
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
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1042,7 +1042,7 @@ case "${target}" in
|
||||||
microblaze*)
|
microblaze*)
|
||||||
noconfigdirs="$noconfigdirs gprof"
|
noconfigdirs="$noconfigdirs gprof"
|
||||||
;;
|
;;
|
||||||
mips*-sde-elf*)
|
mips*-sde-elf* | mips*-mti-elf*)
|
||||||
if test x$with_newlib = xyes; then
|
if test x$with_newlib = xyes; then
|
||||||
noconfigdirs="$noconfigdirs gprof"
|
noconfigdirs="$noconfigdirs gprof"
|
||||||
fi
|
fi
|
||||||
|
|
@ -2261,7 +2261,7 @@ case "${target}" in
|
||||||
spu-*-*)
|
spu-*-*)
|
||||||
target_makefile_frag="config/mt-spu"
|
target_makefile_frag="config/mt-spu"
|
||||||
;;
|
;;
|
||||||
mips*-sde-elf*)
|
mips*-sde-elf* | mips*-mti-elf*)
|
||||||
target_makefile_frag="config/mt-sde"
|
target_makefile_frag="config/mt-sde"
|
||||||
;;
|
;;
|
||||||
mipsisa*-*-elfoabi*)
|
mipsisa*-*-elfoabi*)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue