From: jow Date: Mon, 9 Apr 2012 15:55:33 +0000 (+0000) Subject: [tools] sdcc: sdcc needs sdcpp to bootstrap itself, so enable it X-Git-Tag: fast2504n-3.10.28-merged~6463 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=8007d3bd974173e845876a7d07c74551674c2b48;p=openwrt.git [tools] sdcc: sdcc needs sdcpp to bootstrap itself, so enable it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31229 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/sdcc/Makefile b/tools/sdcc/Makefile index 1e827a6091..4da975583f 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 \