summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-04-09 15:55:33 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-04-09 15:55:33 +0000
commitc3bc38689ca57b048e01f36226736f4cd87b477b (patch)
treee259ea4bd04dbc17affa041e8374d300a36f8911 /tools
parent12df76d065bef609d2d81c2e11fa40bd65f6df7b (diff)
downloadmtk-20170518-c3bc38689ca57b048e01f36226736f4cd87b477b.zip
mtk-20170518-c3bc38689ca57b048e01f36226736f4cd87b477b.tar.gz
mtk-20170518-c3bc38689ca57b048e01f36226736f4cd87b477b.tar.bz2
sdcc: sdcc needs sdcpp to bootstrap itself, so enable it
SVN-Revision: 31229
Diffstat (limited to 'tools')
-rw-r--r--tools/sdcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sdcc/Makefile b/tools/sdcc/Makefile
index 1e827a6..4da9755 100644
--- a/tools/sdcc/Makefile
+++ b/tools/sdcc/Makefile
@@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/host-build.mk
HOST_CONFIGURE_ARGS += \
--disable-ucsim \
--disable-packihx \
- --disable-sdcpp \
+ --enable-sdcpp \
--disable-sdcdb \
--disable-gbz80-port \
--disable-z80-port \