]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc (arm*-*-kaos*, [...]): Disable fixproto.
authorNathanael Nerode <neroden@gcc.gnu.org>
Tue, 30 Sep 2003 17:23:47 +0000 (17:23 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Tue, 30 Sep 2003 17:23:47 +0000 (17:23 +0000)
* config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
powerpcle-*-kaos*, strongarm-*-kaos*): Disable fixproto.

From-SVN: r71948

gcc/ChangeLog
gcc/config.gcc

index 708641ae9f52a9bfe0f0c6d18dd2f4b9a3d7e78d..b14dd7e33d38dee580d07b00832a79f1cdfde3e4 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-30  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
+       powerpcle-*-kaos*, strongarm-*-kaos*): Disable fixproto.
+
 2003-09-30  Richard Earnshaw  <rearnsha@arm.com>
 
        * arm/ieee754-sf.S: Tidy formatting.
index e779589e1719c3d598c3ac6274cd104d4fe3550b..ae3f83b67ad311772efba9f31797eb30e602bf95 100644 (file)
@@ -655,7 +655,6 @@ arm-*-pe*)
 arm*-*-kaos*)
        tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h kaos.h arm/kaos-arm.h"
        tmake_file=arm/t-arm-elf
-       use_fixproto=yes
        ;;
 avr-*-*)
        tm_file="avr/avr.h dbxelf.h"
@@ -684,7 +683,7 @@ cris-*-elf | cris-*-none)
        ;;
 cris-*-linux*)
        tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
-       tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
+       tmake_file="cris/t-cris t-slibgcc-elf-ver t-linux"
        ;;
 d30v-*)
        tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
@@ -1145,7 +1144,6 @@ i[34567]86-*-interix*)
 i[34567]86-*-kaos*)
        tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h kaos.h i386/kaos-i386.h"
        tmake_file="i386/t-i386elf t-svr4"
-       use_fixproto=yes
        ;;
 i860-*-sysv4*)
         tm_file="${tm_file} elfos.h svr4.h i860/sysv4.h"
@@ -1711,12 +1709,10 @@ powerpcle-*-eabi*)
 powerpc-*-kaos*)
        tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h kaos.h rs6000/kaos-ppc.h"
        tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
-       use_fixproto=yes
        ;;
 powerpcle-*-kaos*)
        tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h kaos.h rs6000/kaos-ppc.h"
        tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
-       use_fixproto=yes
        ;;
 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
        tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
@@ -2052,7 +2048,6 @@ strongarm-*-kaos*)
        out_file=arm/arm.c
        md_file=arm/arm.md
        extra_modes=arm/arm-modes.def
-       use_fixproto=yes
        ;;
 v850e1-*-*)
        target_cpu_default="TARGET_CPU_v850e1"