projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
be59be1
)
Set TARGET_CXX to 'no' if c++ is not enabled in the toolchain.
author
lars
<lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 30 May 2009 15:48:44 +0000
(15:48 +0000)
committer
lars
<lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 30 May 2009 15:48:44 +0000
(15:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16213
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index
c3adb1d
..
15d62bc
100644
(file)
--- a/
rules.mk
+++ b/
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
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
STRIP:=$(STAGING_DIR_HOST)/bin/sstrip
PATCH:=$(SCRIPT_DIR)/patch-kernel.sh
SED:=$(STAGING_DIR_HOST)/bin/sed -i -e
This page took
0.036914 seconds
and
4
git commands to generate.