Set TARGET_CXX to 'no' if c++ is not enabled in the toolchain.
SVN-Revision: 16213
This commit is contained in:
parent
d36a6dbc41
commit
ebeb3829e1
1 changed files with 1 additions and 1 deletions
2
rules.mk
2
rules.mk
|
@ -103,7 +103,7 @@ HOST_CFLAGS:=-O2 -I$(STAGING_DIR_HOST)/include
|
|||
HOST_LDFLAGS:=-L$(STAGING_DIR_HOST)/lib
|
||||
|
||||
TARGET_CC:=$(TARGET_CROSS)gcc
|
||||
TARGET_CXX:=$(TARGET_CROSS)g++
|
||||
TARGET_CXX:=$(if $(CONFIG_INSTALL_LIBSTDCPP),$(TARGET_CROSS)g++,no)
|
||||
STRIP:=$(STAGING_DIR_HOST)/bin/sstrip
|
||||
PATCH:=$(SCRIPT_DIR)/patch-kernel.sh
|
||||
SED:=$(STAGING_DIR_HOST)/bin/sed -i -e
|
||||
|
|
Loading…
Reference in a new issue