* Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so that
CXXFLAGS is properly interpreted.
This commit is contained in:
parent
247808c13b
commit
b7f68d3e9d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue