diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-07-27 22:45:33 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-07-27 22:45:33 +0000 |
commit | 53c2367af306dc94de37d0f4095a5352d5b08e6b (patch) | |
tree | f3a00045ec780042af0428493bce0f31ba6bedbf /gcc/cross-make | |
parent | a58cb5adfdc9fe1dec5dcdb9303b0fb44858eb10 (diff) | |
download | gcc-53c2367af306dc94de37d0f4095a5352d5b08e6b.tar.gz |
Define STMP_FIXPROTO to empty for cross.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5010 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cross-make')
-rw-r--r-- | gcc/cross-make | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cross-make b/gcc/cross-make index 80bcbcf8a94..63d9d7f0f3c 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 = |