[tools] sdcc: sdcc needs sdcpp to bootstrap itself, so enable it
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 9 Apr 2012 15:55:33 +0000 (15:55 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 9 Apr 2012 15:55:33 +0000 (15:55 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31229 3c298f89-4303-0410-b956-a3cf2f4a3e73

tools/sdcc/Makefile

index 1e827a6..4da9755 100644 (file)
@@ -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 \