This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] config.gcc: get one I accidentally missed


Somehow missed that one, fixing now.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.1143
diff -u -r2.1143 ChangeLog
--- ChangeLog	24 Sep 2003 02:42:10 -0000	2.1143
+++ ChangeLog	24 Sep 2003 03:37:11 -0000
@@ -1,5 +1,8 @@
 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
 
+	* config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally
+	missed in last pass).
+
 	* config.gcc: Move vax-*-vms* unsupported notice up with the rest.
 
 	* config.gcc (alpha64*-dec-*vms*, alpha*-dec-*vms*,
Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.368
diff -u -r1.368 config.gcc
--- config.gcc	24 Sep 2003 02:42:13 -0000	1.368
+++ config.gcc	24 Sep 2003 03:37:14 -0000
@@ -915,6 +915,7 @@
 	;;
 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"

-- 
Nathanael Nerode  <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]