X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=tools%2Fsdcc%2FMakefile;h=3210bb3e763791e7f8d044918d70e862b319a4a3;hb=3521294caecfe6edd8570f21aca8ef2071cd770a;hp=1e827a6091404446026cd12f3118f067ef498be4;hpb=be39f711bbf157c468ef95ff3848d4da9e317f9e;p=openwrt.git diff --git a/tools/sdcc/Makefile b/tools/sdcc/Makefile index 1e827a6091..3210bb3e76 100644 --- a/tools/sdcc/Makefile +++ b/tools/sdcc/Makefile @@ -17,10 +17,11 @@ HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME) include $(INCLUDE_DIR)/host-build.mk +HOST_LDFLAGS += $(HOST_STATIC_LINKING) HOST_CONFIGURE_ARGS += \ --disable-ucsim \ - --disable-packihx \ - --disable-sdcpp \ + --enable-packihx \ + --enable-sdcpp \ --disable-sdcdb \ --disable-gbz80-port \ --disable-z80-port \