diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2008-11-19 17:03:51 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2008-11-19 17:03:51 +0000 |
commit | 059c51ecb4201c53acc659543e00fc7e2586ef82 (patch) | |
tree | 1bddda136312e09fd265edf504edd32376a72174 | |
parent | 74cc88a6f43ef02f193a35f174452b1bc212564d (diff) | |
download | gcc-059c51ecb4201c53acc659543e00fc7e2586ef82.zip gcc-059c51ecb4201c53acc659543e00fc7e2586ef82.tar.gz gcc-059c51ecb4201c53acc659543e00fc7e2586ef82.tar.bz2 |
config.gcc: Unobsolete mips-sgi-irix[56]*.
* config.gcc: Unobsolete mips-sgi-irix[56]*.
(mips-sgi-irix[56]*): No need to use fixproto.
From-SVN: r142008
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config.gcc | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bde88e7..d3884d1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> + + * config.gcc: Unobsolete mips-sgi-irix[56]*. + (mips-sgi-irix[56]*): No need to use fixproto. + 2008-11-19 Maxim Kuvyrkov <maxim@codesourcery.com> Paul Brook <paul@codesourcery.com> diff --git a/gcc/config.gcc b/gcc/config.gcc index ded0b1c..ae60bcd 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -217,7 +217,6 @@ case ${target} in | m68k-*-aout* \ | m68k-*-coff* \ | sh-*-* \ - | mips-sgi-irix[56]* \ | pdp11-*-bsd \ | rs6000-ibm-aix4.[12]* \ | powerpc-ibm-aix4.[12]* \ @@ -1527,7 +1526,6 @@ mips-sgi-irix[56]*) case ${enable_threads}:${have_pthread_h} in "":yes | yes:yes ) thread_file=posix ;; esac - use_fixproto=yes ;; mips*-*-netbsd*) # NetBSD/mips, either endian. target_cpu_default="MASK_ABICALLS" |