diff options
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 = |