All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] configure: Use ${config_host_ld} variable
@ 2013-06-05 15:02 ` Ed Maste
  0 siblings, 0 replies; 6+ messages in thread
From: Ed Maste @ 2013-06-05 15:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial


Signed-off-by: Ed Maste <emaste@freebsd.org>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 1654413..ec833df 100755
--- a/configure
+++ b/configure
@@ -4445,7 +4445,7 @@ fi
 if test "$ARCH" = "tci"; then
   linker_script=""
 else
-  linker_script="-Wl,-T../config-host.ld -Wl,-T,\$(SRC_PATH)/ldscripts/\$(ARCH).ld"
+  linker_script="-Wl,-T../${config_host_ld} -Wl,-T,\$(SRC_PATH)/ldscripts/\$(ARCH).ld"
 fi
 
 if test "$target_linux_user" = "yes" -o "$target_bsd_user" = "yes" ; then
-- 
1.7.11.5



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-06-05 20:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-05 15:02 [Qemu-trivial] [PATCH] configure: Use ${config_host_ld} variable Ed Maste
2013-06-05 15:02 ` [Qemu-devel] " Ed Maste
2013-06-05 20:03 ` [Qemu-trivial] " Michael Tokarev
2013-06-05 20:03   ` [Qemu-devel] " Michael Tokarev
2013-06-05 20:11   ` Ed Maste
2013-06-05 20:11     ` [Qemu-devel] " Ed Maste

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.