From: Nathanael Nerode Date: Wed, 24 Sep 2003 03:52:29 +0000 (+0000) Subject: config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally missed in last pass). X-Git-Tag: releases/gcc-3.4.0~3549 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e743d226a00fc15c54787d27c6e49737afc9c5a7;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 235bf620e799..91273f477d6a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-09-23 Nathanael Nerode + + * config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally + missed in last pass). + 2003-09-23 Alexandre Oliva * config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe diff --git a/gcc/config.gcc b/gcc/config.gcc index 8b28f6bef448..d0d334408386 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"