mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:56:14 +02:00
[include] host-build.mk: define a variable HOST_STATIC_LINKING which is set to "-static" on non-Darwin systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33138 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
60b393ba86
commit
e65348e877
@ -65,6 +65,10 @@ HOST_CONFIGURE_ARGS = \
|
|||||||
|
|
||||||
HOST_CONFIGURE_CMD = ./configure
|
HOST_CONFIGURE_CMD = ./configure
|
||||||
|
|
||||||
|
ifneq ($(HOST_OS),Darwin)
|
||||||
|
HOST_STATIC_LINKING = -static
|
||||||
|
endif
|
||||||
|
|
||||||
define Host/Configure/Default
|
define Host/Configure/Default
|
||||||
(cd $(HOST_BUILD_DIR)/$(3); \
|
(cd $(HOST_BUILD_DIR)/$(3); \
|
||||||
if [ -x configure ]; then \
|
if [ -x configure ]; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user