[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] configure: Use ${config_host_ld} variable
From: |
Ed Maste |
Subject: |
[Qemu-devel] [PATCH] configure: Use ${config_host_ld} variable |
Date: |
Wed, 5 Jun 2013 11:02:12 -0400 |
Signed-off-by: Ed Maste <address@hidden>
---
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
- [Qemu-devel] [PATCH] configure: Use ${config_host_ld} variable,
Ed Maste <=