summaryrefslogtreecommitdiff
path: root/gcc/cross-make
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>1993-01-13 22:37:01 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>1993-01-13 22:37:01 +0000
commit66e9b81a8287327c140d03d126c4226c50654d8e (patch)
tree392657161c3a54fd72f6512956e8fbd02f9535cf /gcc/cross-make
parent2708a425e0b5810c113923c3bb2d30bc51afc664 (diff)
downloadgcc-66e9b81a8287327c140d03d126c4226c50654d8e.tar.gz
Eliminated install-cross-tools
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3226 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cross-make')
-rw-r--r--gcc/cross-make9
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/cross-make b/gcc/cross-make
index 1c57e73f9ce..5af66f0363e 100644
--- a/gcc/cross-make
+++ b/gcc/cross-make
@@ -1,6 +1,3 @@
-# This variable gets added to GCC_CFLAGS.
-CROSS_GCC_CFLAGS = -B$(tooldir)/bin/
-
# Expect user to provide libgcc1.a,
# and give up immediately if the user has not done so.
LIBGCC1 = libgcc1.cross
@@ -13,12 +10,8 @@ OLDAR_FLAGS = $(AR_FOR_TARGET_FLAGS)
RANLIB = $(RANLIB_FOR_TARGET)
RANLIB_TEST = $(RANLIB_TEST_FOR_TARGET)
-# Cause installation of the cross-compilation tools
-# before we try to build libgcc.a.
-CROSS_TOOLS = install-cross-tools
-
# Dir to search for system headers. Normally /usr/include.
-SYSTEM_HEADER_DIR = $(libsubdir)/sys-include
+SYSTEM_HEADER_DIR = $(tooldir)/include
# Cause installation using install-cross.
INSTALL_TARGET = install-cross