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 on alpha-dec-osf*


Based on http://gcc.gnu.org/ml/gcc/2003-09/msg01194.html.
I'm figuring it's not really worth worrying about 4.0a-e.
If this doesn't actually work, well, it's still easy to revert.

	* config.gcc (alpha*-dec-osf[45]*): Disable fixproto.

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.386
diff -u -r1.386 config.gcc
--- config.gcc	27 Sep 2003 21:43:18 -0000	1.386
+++ config.gcc	27 Sep 2003 21:44:45 -0000
@@ -576,6 +576,7 @@
 	    tmake_file="${tmake_file} alpha/t-osf-pthread"
 	    ;;
 	esac
+	use_fixproto=no
 	;;
 alpha64-dec-*vms*)
 	tm_file="${tm_file} alpha/vms.h alpha/vms64.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]