diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-11 04:00:09 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-11 04:00:09 +0000 |
commit | d03be79e9bcc316272f75e4eeda9b55102dc7dee (patch) | |
tree | 68cc9d85b8f823aae5905f3a5664189fabb64d2c /Makefile.in | |
parent | 85a6d8d39b38b864ba0a9b1fb74f0400a89357bc (diff) | |
download | fsf-binutils-gdb-d03be79e9bcc316272f75e4eeda9b55102dc7dee.zip fsf-binutils-gdb-d03be79e9bcc316272f75e4eeda9b55102dc7dee.tar.gz fsf-binutils-gdb-d03be79e9bcc316272f75e4eeda9b55102dc7dee.tar.bz2 |
2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Substitute more autoconfily.
* configure: Substitute more autoconfily.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 81b4e4e..47e5192 100644 --- a/Makefile.in +++ b/Makefile.in @@ -109,7 +109,7 @@ INSTALL_DATA = $(INSTALL) -m 644 AS = @AS@ AR = @AR@ AR_FLAGS = rc -CC = cc +CC = @CC@ # Special variables passed down in EXTRA_GCC_FLAGS. They are defined # here so that they can be overridden by Makefile fragments. @@ -117,9 +117,8 @@ BUILD_CC = $(CC_FOR_BUILD) BUILD_PREFIX = @BUILD_PREFIX@ BUILD_PREFIX_1 = @BUILD_PREFIX_1@ -# These flag values are normally overridden by the configure script. -CFLAGS = -g -CXXFLAGS = -g -O2 +CFLAGS = @CFLAGS@ +CXXFLAGS = @CXXFLAGS@ LDFLAGS = LIBCFLAGS = $(CFLAGS) @@ -134,7 +133,7 @@ LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET) PICFLAG = PICFLAG_FOR_TARGET = -CXX = c++ +CXX = @CXX@ # Use -O2 to stress test the compiler. LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates |