From 57b9ff68a9f274e163529bf731d74eb62b36bee8 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 26 Jun 2012 08:30:38 +0000 Subject: [PATCH] [tools] sdcc: enable packihx, required by firmwarehotplug SVN-Revision: 32500 --- tools/sdcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.30.2