From c3bc38689ca57b048e01f36226736f4cd87b477b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 9 Apr 2012 15:55:33 +0000 Subject: [PATCH] sdcc: sdcc needs sdcpp to bootstrap itself, so enable it SVN-Revision: 31229 --- tools/sdcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \