Ver Fonte

sdcc: enable packihx, required by firmwarehotplug

SVN-Revision: 32500
Jo-Philipp Wich há 13 anos atrás
pai
commit
21fce4eeae
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tools/sdcc/Makefile

+ 1 - 1
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 \