aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-06-17 21:59:09 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-06-17 21:59:09 +0000
commit4ec9a3b2495d5b49da1d83ac4ca0e3f90f8d2f75 (patch)
tree56a3f61ade099da2fec535c7c3fbcf4c56b9ee96 /Makefile.in
parent07d8f8274540ab07a6aa63f719f7d4d23777de5a (diff)
downloadgdb-4ec9a3b2495d5b49da1d83ac4ca0e3f90f8d2f75.zip
gdb-4ec9a3b2495d5b49da1d83ac4ca0e3f90f8d2f75.tar.gz
gdb-4ec9a3b2495d5b49da1d83ac4ca0e3f90f8d2f75.tar.bz2
(sync with gcc)
* Makefile.tpl: Remove BUILD_CC stuff. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 82f67cf..0085863 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -150,7 +150,6 @@ CXX_FOR_BUILD = $(CXX)
# Special variables passed down in EXTRA_GCC_FLAGS. They are defined
# here so that they can be overridden by Makefile fragments.
-BUILD_CC = $(CC_FOR_BUILD)
BUILD_PREFIX = @BUILD_PREFIX@
BUILD_PREFIX_1 = @BUILD_PREFIX_1@
@@ -520,7 +519,6 @@ EXTRA_GCC_FLAGS = \
'CC=$(CC)' \
'CXX=$(CXX)' \
'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
- 'BUILD_CC=$(CC_FOR_BUILD)' \
'BUILD_PREFIX=$(BUILD_PREFIX)' \
'BUILD_PREFIX_1=$(BUILD_PREFIX_1)' \
'NM=$(NM)' \