Pass CXXFLAGS down from command line.

This commit is contained in:
Ian Lance Taylor 1993-06-04 21:13:33 +00:00
parent 2f2831f030
commit e87f924337
1 changed files with 4 additions and 2 deletions

View File

@ -18,8 +18,9 @@ endif
NATIVE = native
GCC = gcc -O
CFLAGS = -g
GCC = gcc -O
CFLAGS = -g
CXXFLAGS = -g -O
log = 1>$(canonhost)-build-log 2>&1
tlog = 1> $(canonhost)-x-$$i-build-log 2>&1
@ -126,6 +127,7 @@ FLAGS_TO_PASS := \
"GCC=$(GCC)" \
"CC=$(CC)" \
"CFLAGS=$(CFLAGS)" \
"CXXFLAGS=$(CXXFLAGS)" \
"host=$(canonhost)" \
"RELEASE_TAG=$(RELEASE_TAG)"