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 095fe8743b
commit cf1698c637
23 changed files with 27 additions and 25 deletions

View File

@@ -36,7 +36,7 @@ HOST_CONFIGURE_ARGS = \
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) \
CFLAGS="$(HOST_CFLAGS)" \
LDFLAGS="$(HOST_LDFLAGS) -static" \
LDFLAGS="$(HOST_LDFLAGS) $(HOST_STATIC_LINKING)" \
all
endef