diff options
| -rw-r--r-- | Rules.make | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Rules.make b/Rules.make index 4a65b54d6da7..e662722d8474 100644 --- a/Rules.make +++ b/Rules.make @@ -337,7 +337,8 @@ host-progs-multi-objs := $(foreach m,$(host-progs-multi),$($(m)-objs)) quiet_cmd_host_cc__c = HOSTCC $(RELDIR)/$@ cmd_host_cc__c = $(HOSTCC) -Wp,-MD,.$(subst /,_,$@).d \ - $(HOSTCFLAGS) $(HOST_EXTRACFLAGS) -o $@ $< + $(HOSTCFLAGS) $(HOST_EXTRACFLAGS) \ + $(HOST_LOADLIBES) -o $@ $< $(host-progs-single): %: %.c FORCE $(call if_changed_dep,host_cc__c) |
