projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d48834e
)
toolchain/musl: enable debug information
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 19 Jan 2016 12:41:59 +0000
(12:41 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 19 Jan 2016 12:41:59 +0000
(12:41 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48363
toolchain/musl/common.mk
patch
|
blob
|
history
diff --git
a/toolchain/musl/common.mk
b/toolchain/musl/common.mk
index 3045c634bc545581cb186d7c64e728ab62188c9b..986f372a6eb0b5d6dde243d5ecc9c31e761199a2 100644
(file)
--- a/
toolchain/musl/common.mk
+++ b/
toolchain/musl/common.mk
@@
-37,7
+37,8
@@
MUSL_CONFIGURE:= \
--prefix=/ \
--host=$(GNU_HOST_NAME) \
--target=$(REAL_GNU_TARGET_NAME) \
- --disable-gcc-wrapper
+ --disable-gcc-wrapper \
+ --enable-debug
ifeq ($(CONFIG_MUSL_ENABLE_DEBUG),y)
MUSL_CONFIGURE+= \