diff options
author | obrien <obrien@FreeBSD.org> | 1999-08-26 09:30:50 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-08-26 09:30:50 +0000 |
commit | 0bedf4fb30066e5e1d4342a1d3914dae7d37cba7 (patch) | |
tree | 68d8110b41afd0ebbf39167b1a4918eea667a7c5 /contrib/gcc/cross-make | |
parent | d4db5fb866b7ad5216abd5047774a3973b9901a9 (diff) | |
download | FreeBSD-src-0bedf4fb30066e5e1d4342a1d3914dae7d37cba7.zip FreeBSD-src-0bedf4fb30066e5e1d4342a1d3914dae7d37cba7.tar.gz |
Virgin import of gcc from EGCS 1.1.2
Diffstat (limited to 'contrib/gcc/cross-make')
-rw-r--r-- | contrib/gcc/cross-make | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/gcc/cross-make b/contrib/gcc/cross-make index 33bf930..810f505 100644 --- a/contrib/gcc/cross-make +++ b/contrib/gcc/cross-make @@ -12,7 +12,8 @@ RANLIB = $(RANLIB_FOR_TARGET) RANLIB_TEST = $(RANLIB_TEST_FOR_TARGET) # Dir to search for system headers. Normally /usr/include. -SYSTEM_HEADER_DIR = $(tooldir)/include +# Use CROSS_INCLUDE_DIR not TOOL_INCLUDE_DIR for other vendor's headers. +SYSTEM_HEADER_DIR = $(tooldir)/sys-include # Don't try to compile the things we can't compile. ALL = all.cross @@ -22,6 +23,3 @@ FLOAT_H = $(CROSS_FLOAT_H) # Don't install assert.h in /usr/local/include. assertdir = $(tooldir)/include - -# Don't run fixproto -STMP_FIXPROTO = |