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] disable fixproto for hppa64-linux


Committed based on http://gcc.gnu.org/ml/gcc-patches/2003-09/msg01897.html.

	* config.gcc (hppa*64*-*-linux* | parisc*64-*-linux*):
	Disable fixproto.

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.382
diff -u -r1.382 config.gcc
--- config.gcc	26 Sep 2003 21:01:02 -0000	1.382
+++ config.gcc	26 Sep 2003 21:04:20 -0000
@@ -738,6 +738,7 @@
 	tmake_file=pa/t-linux64
 	gas=yes gnu_ld=yes
 	need_64bit_hwint=yes
+	use_fixproto=no
 	;;
 hppa*-*-linux* | parisc*-*-linux*)
 	target_cpu_default="MASK_PA_11 | MASK_NO_SPACE_REGS"

-- 
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]