diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-09 15:55:33 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-09 15:55:33 +0000 |
commit | c3bc38689ca57b048e01f36226736f4cd87b477b (patch) | |
tree | e259ea4bd04dbc17affa041e8374d300a36f8911 | |
parent | 12df76d065bef609d2d81c2e11fa40bd65f6df7b (diff) | |
download | upstream-c3bc38689ca57b048e01f36226736f4cd87b477b.tar.gz upstream-c3bc38689ca57b048e01f36226736f4cd87b477b.tar.bz2 upstream-c3bc38689ca57b048e01f36226736f4cd87b477b.zip |
sdcc: sdcc needs sdcpp to bootstrap itself, so enable it
SVN-Revision: 31229
-rw-r--r-- | tools/sdcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |