[tools] use HOST_STATIC_LINKING instead of hardcoding -static

SVN-Revision: 33140
This commit is contained in:
Jo-Philipp Wich
2012-08-12 12:34:30 +00:00
parent acee712308
commit ca9b270cee
23 changed files with 27 additions and 25 deletions
tools
bison
ccache
dosfstools
e2fsprogs
firmware-utils
flex
flock
genext2fs
m4
mklibs
mtd-utils
mtools
patch-cmdline
pkg-config
qemu
sdcc
squashfs
sstrip
upslug2
upx
wrt350nv2-builder
xz
yaffs2

@ -18,7 +18,7 @@ PKG_SOURCE_URL:=@SF/e2fsprogs
include $(INCLUDE_DIR)/host-build.mk
HOST_CFLAGS += $(FPIC)
HOST_LDFLAGS += -static
HOST_LDFLAGS += $(HOST_STATIC_LINKING)
HOST_CONFIGURE_ARGS += \
--disable-shared \