From: H.J. Lu Date: Tue, 26 Nov 2013 19:25:25 +0000 (-0800) Subject: Fix a typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36d740a772d5659193e2a8cb7e89ca4c4b607472;p=binutils-gdb.git Fix a typo --- diff --git a/ld/configure.host b/ld/configure.host index 71f695d80aa..57fba6c5775 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