diff options
Diffstat (limited to 'ld/configure.host')
-rw-r--r-- | ld/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
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 |