summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-06-06 08:53:35 -0400
committerMichael Tokarev <mjt@tls.msk.ru>2013-06-11 23:45:43 +0400
commit224ead2690cb89bf8edcca493e3b49857eac0d12 (patch)
treef2cc1bc9674e9c1c6e090af0ac8c5fdae34e15ca /configure
parentf3a22014e94dfaacb57277dafce66b41cd994869 (diff)
downloadqemu-224ead2690cb89bf8edcca493e3b49857eac0d12.tar.gz
configure: remove ${config_host_ld} variable
It was only used in one place (and already expanded in one other). Signed-off-by: Ed Maste <emaste@freebsd.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 1654413762..e197b91b9b 100755
--- a/configure
+++ b/configure
@@ -3556,7 +3556,6 @@ echo "-> Your SDL version is too old - please upgrade to have SDL support"
fi
config_host_mak="config-host.mak"
-config_host_ld="config-host.ld"
echo "# Automatically generated by configure - do not modify" >config-all-disas.mak
@@ -4071,7 +4070,7 @@ if test "$gcov" = "yes" ; then
fi
# generate list of library paths for linker script
-$ld --verbose -v 2> /dev/null | grep SEARCH_DIR > ${config_host_ld}
+$ld --verbose -v 2> /dev/null | grep SEARCH_DIR > config-host.ld
# use included Linux headers
if test "$linux" = "yes" ; then