]> gcc.gnu.org Git - gcc.git/commitdiff
Define STMP_FIXPROTO to empty for cross.
authorPer Bothner <bothner@gcc.gnu.org>
Tue, 27 Jul 1993 22:45:33 +0000 (15:45 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Tue, 27 Jul 1993 22:45:33 +0000 (15:45 -0700)
From-SVN: r5010

gcc/cross-make

index 80bcbcf8a94cdcbae6130450508ada0836952e04..63d9d7f0f3c923dcc127e62a8bc92752e5e7c6ac 100644 (file)
@@ -21,3 +21,6 @@ FLOAT_H = $(CROSS_FLOAT_H)
 
 # Don't install assert.h in /usr/local/include.
 assertdir = $(tooldir)/include
+
+# Don't run fixproto
+STMP_FIXPROTO =
This page took 0.061893 seconds and 5 git commands to generate.