[tools] use HOST_STATIC_LINKING instead of hardcoding -static
SVN-Revision: 33140
This commit is contained in:
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 \
|
||||
|
Reference in New Issue
Block a user