mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
another cross-compile fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43996 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -88,7 +88,7 @@ endef
|
||||
define ast_make_final_host
|
||||
$(1): $(2)
|
||||
$(ECHO_PREFIX) echo " [LD] $$^ -> $$@"
|
||||
$(CMD_PREFIX) $$(HOST_CC) $$(STATIC_BUILD) -o $$@ $$(CFLAGS) $$(LDFLAGS) $$^ $$(LIBS)
|
||||
$(CMD_PREFIX) $$(HOST_CC) $$(STATIC_BUILD) -o $$@ $$(HOST_CFLAGS) $$(HOST_LDFLAGS) $$^ $$(LIBS)
|
||||
endef
|
||||
|
||||
$(eval $(call ast_make_o_c,%.o,%.c))
|
||||
|
Reference in New Issue
Block a user