sdcc: sdcc needs sdcpp to bootstrap itself, so enable it
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 9 Apr 2012 15:55:33 +0000 (15:55 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 9 Apr 2012 15:55:33 +0000 (15:55 +0000)
SVN-Revision: 31229

tools/sdcc/Makefile

index 1e827a6091404446026cd12f3118f067ef498be4..4da975583fc4016c9001849b8c0a37ed377d63cf 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 \