aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-09-24 03:52:29 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-09-24 03:52:29 +0000
commite743d226a00fc15c54787d27c6e49737afc9c5a7 (patch)
treeebe2c3dc295306ad809c43c60e8b4416362a81de /gcc/config.gcc
parent45adea506fa2055679e5d6fff7d154b730d3fa7f (diff)
downloadgcc-e743d226a00fc15c54787d27c6e49737afc9c5a7.zip
gcc-e743d226a00fc15c54787d27c6e49737afc9c5a7.tar.gz
gcc-e743d226a00fc15c54787d27c6e49737afc9c5a7.tar.bz2
config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally missed in last pass).
* config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally missed in last pass). From-SVN: r71720
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 8b28f6b..d0d3344 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -915,6 +915,7 @@ i[34567]86-*-freebsd*)
;;
x86_64-*-freebsd*)
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h"
+ use_fixproto=no
;;
i[34567]86-*-netbsdelf*)
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"