use HOST_STATIC_LINKING instead of hardcoding -static
SVN-Revision: 33140
This commit is contained in:
@@ -16,7 +16,7 @@ PKG_CAT:=zcat
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
HOST_LDFLAGS += -static
|
||||
HOST_LDFLAGS += $(HOST_STATIC_LINKING)
|
||||
|
||||
define Host/Compile
|
||||
$(MAKE) -C $(HOST_BUILD_DIR) mcopy
|
||||
|
||||
Reference in New Issue
Block a user