aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-10-24 16:13:43 +0000
committerIan Lance Taylor <ian@airs.com>1996-10-24 16:13:43 +0000
commit0599289144c8ba97b2a72ddc8cc42a05930f004b (patch)
tree7689db1c359bf53acbf818d8573ffed699f7fcd0 /Makefile.in
parent27c7e9077d257887ed94cd81896b48d19329500a (diff)
downloadfsf-binutils-gdb-0599289144c8ba97b2a72ddc8cc42a05930f004b.zip
fsf-binutils-gdb-0599289144c8ba97b2a72ddc8cc42a05930f004b.tar.gz
fsf-binutils-gdb-0599289144c8ba97b2a72ddc8cc42a05930f004b.tar.bz2
* Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
unconditionally. (MAKEOVERRIDES): Define (revert this part of October 18 change).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index dc7621b..a5a0115 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -418,11 +418,7 @@ EXTRA_GCC_FLAGS = \
'HOST_PREFIX_1=$(HOST_PREFIX_1)' \
'NM=$(NM)' \
'RANLIB=$$(RANLIB_FOR_TARGET)' \
- "GCC_FOR_TARGET=`if echo '$(MAKEFLAGS)' | grep CC_FOR_TARGET >/dev/null 2>&1; then \
- echo '$$(CC_FOR_TARGET)'; \
- else \
- echo $(GCC_FOR_TARGET); \
- fi`" \
+ 'GCC_FOR_TARGET=$(GCC_FOR_TARGET)' \
`if test x"$(LANGUAGES)" != x; then echo "LANGUAGES=$(LANGUAGES)"; fi` \
`if test x"$(STMP_FIXPROTO)" != x; then echo "STMP_FIXPROTO=$(STMP_FIXPROTO)"; fi` \
`if test x"$(LIMITS_H_TEST)" != x; then echo "LIMITS_H_TEST=$(LIMITS_H_TEST)"; fi` \
@@ -1573,6 +1569,7 @@ newlib.tar.gz: $(DIST_SUPPORT) $(NEWLIB_SUPPORT_DIRS) newlib
DEVO_SUPPORT="$(DEVO_SUPPORT) COPYING.NEWLIB" newlib
.NOEXPORT:
+MAKEOVERRIDES=
# start-sanitize-chill
## This is ugly, but I don't want GNU make to put these variables in