aboutsummaryrefslogtreecommitdiff
path: root/gcc/cross-make
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>1993-01-13 22:37:01 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>1993-01-13 22:37:01 +0000
commit57cd2ea1404cfca25fd188dfb530cc3f23661fe5 (patch)
tree392657161c3a54fd72f6512956e8fbd02f9535cf /gcc/cross-make
parentde6cbba6ea41f2df3e5347b98ca4ed9442666363 (diff)
downloadgcc-57cd2ea1404cfca25fd188dfb530cc3f23661fe5.zip
gcc-57cd2ea1404cfca25fd188dfb530cc3f23661fe5.tar.gz
gcc-57cd2ea1404cfca25fd188dfb530cc3f23661fe5.tar.bz2
Eliminated install-cross-tools
From-SVN: r3226
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 1c57e73..5af66f0 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