From: Ian Lance Taylor Date: Fri, 4 Jun 1993 21:13:33 +0000 (+0000) Subject: Pass CXXFLAGS down from command line. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e87f924337aee68349d7d1158609fbf690fec4a2;p=binutils-gdb.git Pass CXXFLAGS down from command line. --- diff --git a/build-all.mk b/build-all.mk index 1e5ab1a9529..50ed6b10e19 100644 --- a/build-all.mk +++ b/build-all.mk @@ -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)"