From 2fdf880111e46283e12127c2a4ca51ce886d41ce Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 27 Jul 1993 15:45:33 -0700 Subject: [PATCH] Define STMP_FIXPROTO to empty for cross. From-SVN: r5010 --- gcc/cross-make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/cross-make b/gcc/cross-make index 80bcbcf..63d9d7f 100644 --- a/gcc/cross-make +++ b/gcc/cross-make @@ -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 = -- 2.7.4