* Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so that

CXXFLAGS is properly interpreted.
This commit is contained in:
Christopher Faylor 2003-03-29 04:15:52 +00:00
parent 247808c13b
commit b7f68d3e9d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-03-28 Christopher Faylor <cgf@redhat.com>
* Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so that
CXXFLAGS is properly interpreted.
2003-03-17 Christopher Faylor <cgf@redhat.com>
* Makefile.common (w32api_lib): Default to system w32api directory if

View File

@ -102,7 +102,7 @@ LIBM:=$(newlib_build)/libm/libm.a
CRT0:=$(newlib_build)/libc/crt0.o
ALL_CFLAGS:=$(DEFS) $(MALLOC_DEBUG) $(CFLAGS) $(GCC_DEFAULT_OPTIONS)
ALL_CXXFLAGS:=$(DEFS) $(MALLOC_DEBUG) $(CXXFLAGS) $(GCC_DEFAULT_OPTIONS)
ALL_CXXFLAGS=$(DEFS) $(MALLOC_DEBUG) $(CXXFLAGS) $(GCC_DEFAULT_OPTIONS)
ifndef PREPROCESS
c=-c