From: H.J. Lu Date: Tue, 26 Nov 2013 19:25:25 +0000 (-0800) Subject: Fix a typo X-Git-Tag: gdb-7.7-release~349 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36d740a772d5659193e2a8cb7e89ca4c4b607472;p=platform%2Fupstream%2Fbinutils.git Fix a typo --- diff --git a/ld/configure.host b/ld/configure.host index 71f695d..57fba6c 100644 --- a/ld/configure.host +++ b/ld/configure.host @@ -254,5 +254,5 @@ fi # Provide default HOSTING_SLIBS. Each host should define a proper one # if needed. if test -z "$HOSTING_SLIBS"; then - HOSTING_SLIBS="$HOSTING_SLIBS" + HOSTING_SLIBS="$HOSTING_LIBS" fi