From baa6f8bf8ae20860a8c6b3c17c433088a9e25742 Mon Sep 17 00:00:00 2001 From: Matthias Urlichs Date: Fri, 18 Feb 2005 10:23:41 +0100 Subject: [PATCH] --- yaml --- r: 7221 b: refs/heads/master c: e0af0d85f55ea800a2e38bf782d68b83e9942611 h: refs/heads/master i: 7219: f1e4efb8e28f84e10365b2f62ef4fb168fea10d5 v: v3 --- [refs] | 2 +- trunk/scripts/Makefile.host | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5262ea01240d..11879162b1f2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a0674e88d9c150e016a69e78e735f48772314c53 +refs/heads/master: e0af0d85f55ea800a2e38bf782d68b83e9942611 diff --git a/trunk/scripts/Makefile.host b/trunk/scripts/Makefile.host index 2821a2b83bbb..2d519704b8fd 100644 --- a/trunk/scripts/Makefile.host +++ b/trunk/scripts/Makefile.host @@ -98,7 +98,8 @@ hostcxx_flags = -Wp,-MD,$(depfile) $(__hostcxx_flags) # Create executable from a single .c file # host-csingle -> Executable quiet_cmd_host-csingle = HOSTCC $@ - cmd_host-csingle = $(HOSTCC) $(hostc_flags) $(HOST_LOADLIBES) -o $@ $< + cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \ + $(HOST_LOADLIBES) $(HOSTLOADLIBES_$(@F)) $(host-csingle): %: %.c FORCE $(call if_changed_dep,host-csingle)