aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sdcc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-06-26 08:30:38 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-06-26 08:30:38 +0000
commit21fce4eeaeee4c06cdeae7419fc7b1241dcea093 (patch)
tree91cbafa1d7267821ee6ae8678ee7145cc7f93eb9 /tools/sdcc
parent3df534502c449850bdae6c7311180d112dc2f982 (diff)
downloadupstream-21fce4eeaeee4c06cdeae7419fc7b1241dcea093.tar.gz
upstream-21fce4eeaeee4c06cdeae7419fc7b1241dcea093.tar.bz2
upstream-21fce4eeaeee4c06cdeae7419fc7b1241dcea093.zip
sdcc: enable packihx, required by firmwarehotplug
SVN-Revision: 32500
Diffstat (limited to 'tools/sdcc')
-rw-r--r--tools/sdcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sdcc/Makefile b/tools/sdcc/Makefile
index 4da975583f..ef75fca9ac 100644
--- a/tools/sdcc/Makefile
+++ b/tools/sdcc/Makefile
@@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/host-build.mk
HOST_CONFIGURE_ARGS += \
--disable-ucsim \
- --disable-packihx \
+ --enable-packihx \
--enable-sdcpp \
--disable-sdcdb \
--disable-gbz80-port \