summaryrefslogtreecommitdiff
path: root/gcc/cross-make
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-19 21:41:03 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-19 21:41:03 +0000
commit6ce07cb7f7947585353e352e820026de81d14efe (patch)
tree3345732fd7f1f80495eb4b2173c5e61b69cd9c9c /gcc/cross-make
parentf90351004ea62d43b6019eed95a9ce8a82bf9ffb (diff)
downloadgcc-6ce07cb7f7947585353e352e820026de81d14efe.tar.gz
* Makefile.in (deduced.h): Only run scan-types if $(SYSTEM_HEADER_DIR)
exists. * cross-make (SYSTEM_HEADER_DIR): Now $(tooldir)/sys-include. Bring over from Cygnus sources. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19898 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cross-make')
-rw-r--r--gcc/cross-make3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cross-make b/gcc/cross-make
index 5e5a93fb44e..810f5051a63 100644
--- a/gcc/cross-make
+++ b/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