projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96eb96c
)
scripts/config: add -DKBUILD_NO_NLS to CXXFLAGS
author
Felix Fietkau
<nbd@nbd.name>
Sun, 29 Oct 2017 16:15:49 +0000
(17:15 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 2 Nov 2017 14:58:45 +0000
(15:58 +0100)
Preparation for adding C++ code which needs the same flag
Signed-off-by: Felix Fietkau <nbd@nbd.name>
scripts/config/Makefile
patch
|
blob
|
history
diff --git
a/scripts/config/Makefile
b/scripts/config/Makefile
index 3de98082b5793187fd30a8c5fb9df7b58e8368d8..60e1bbdcb48a7d258c3c17770c8d1d183b33b336 100644
(file)
--- a/
scripts/config/Makefile
+++ b/
scripts/config/Makefile
@@
-16,6
+16,7
@@
check_lxdialog = $(shell $(SHELL) $(CURDIR)/lxdialog/check-lxdialog.sh -$(1))
export CFLAGS += -DKBUILD_NO_NLS -I. $(call check_lxdialog,ccflags)
+export CXXFLAGS += -DKBUILD_NO_NLS
conf-objs := conf.o zconf.tab.o
mconf-objs := mconf.o zconf.tab.o