X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=tools%2Fsdcc%2FMakefile;h=3210bb3e763791e7f8d044918d70e862b319a4a3;hb=3521294caecfe6edd8570f21aca8ef2071cd770a;hp=abedc3ca71043f1118c1695ad81e59301a216ea9;hpb=3f29f6b9658d381521fe602e9b5e4650fbd7e689;p=openwrt.git diff --git a/tools/sdcc/Makefile b/tools/sdcc/Makefile index abedc3ca71..3210bb3e76 100644 --- a/tools/sdcc/Makefile +++ b/tools/sdcc/Makefile @@ -17,7 +17,7 @@ HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME) include $(INCLUDE_DIR)/host-build.mk -HOST_LDFLAGS += -static +HOST_LDFLAGS += $(HOST_STATIC_LINKING) HOST_CONFIGURE_ARGS += \ --disable-ucsim \ --enable-packihx \