diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-17 21:59:09 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-17 21:59:09 +0000 |
commit | c137329abb5d281e103f1bdf73297af8db86058d (patch) | |
tree | 937d0ae8a2adcbc53252616451809ba85865104f /Makefile.tpl | |
parent | 0d58ef9daca5f27a8a8bb46c1836ea0d28967bd2 (diff) | |
download | newlib-c137329abb5d281e103f1bdf73297af8db86058d.zip newlib-c137329abb5d281e103f1bdf73297af8db86058d.tar.gz newlib-c137329abb5d281e103f1bdf73297af8db86058d.tar.bz2 |
(sync with gcc)
* Makefile.tpl: Remove BUILD_CC stuff.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index d660e3a..f3a875b 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -153,7 +153,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@ @@ -523,7 +522,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)' \ |