projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b610f4b
)
fix whitespace order in cflags without CONFIG_DEBUG to prevent breakage in some packa...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 13 Sep 2008 17:41:02 +0000
(17:41 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 13 Sep 2008 17:41:02 +0000
(17:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12601
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index
0e4c7f2
..
614feb6
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-64,7
+64,7
@@
TARGET_DIR:=$(BUILD_DIR)/root-$(BOARD)
IPKG_STATE_DIR:=$(TARGET_DIR)/usr/lib/ipkg
TARGET_PATH:=$(TOOLCHAIN_DIR)/bin:$(STAGING_DIR_HOST)/bin:$(STAGING_DIR)/host/bin:$(PATH)
-TARGET_CFLAGS:=$(TARGET_OPTIMIZATION)
$(if $(CONFIG_DEBUG),
-g3)
+TARGET_CFLAGS:=$(TARGET_OPTIMIZATION)
$(if $(CONFIG_DEBUG),
-g3)
TARGET_CPPFLAGS:=-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include
TARGET_LDFLAGS:=-L$(TOOLCHAIN_DIR)/lib -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib
This page took
0.032276 seconds
and
4
git commands to generate.