aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-05-18 16:59:26 +0000
committerIan Lance Taylor <ian@airs.com>1994-05-18 16:59:26 +0000
commit66957ce49a472f8367e3ae3758aa2c048163a8ee (patch)
tree96c763878c5ba3fa9cf6736c97752cc676d56a08 /Makefile.in
parent82492ca110bc7a7df007ae43d366a97d4025916d (diff)
downloadgdb-66957ce49a472f8367e3ae3758aa2c048163a8ee.zip
gdb-66957ce49a472f8367e3ae3758aa2c048163a8ee.tar.gz
gdb-66957ce49a472f8367e3ae3758aa2c048163a8ee.tar.bz2
Comment changes.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index f90e09e..060f7e3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -55,9 +55,8 @@ AR = ar
AR_FLAGS = rc
CC = cc
-# If any variables are added here, they must be added to do-*, below.
-# The HOST_* variables are a special case, which are used for the gcc
-# cross-building scheme.
+# Special variables passed down in EXTRA_GCC_FLAGS. They are defined
+# here so that they can be overridden by Makefile fragments.
HOST_CC = $(CC_FOR_BUILD)
HOST_PREFIX =
HOST_PREFIX_1 = loser-
@@ -298,7 +297,9 @@ TARGET_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_TARGET_FLAGS)
# Flags to pass down to gcc. gcc builds a library, libgcc.a, so it
# unfortunately needs the native compiler and the target ar and
# ranlib.
-
+# If any variables are added here, they must be added to do-*, below.
+# The HOST_* variables are a special case, which are used for the gcc
+# cross-building scheme.
EXTRA_GCC_FLAGS = \
'AR=$$(AR_FOR_TARGET)' \
'AS=$(AS)' \