This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] binutils/binutils: Fix GOLD_THREADS error


exporting patch:
# HG changeset patch
# User Zhenqiang Chen <zhenqiang.chen@linaro.org>
# Date 1344319383 -28800
# Node ID 712a8ed2276253b5534b2bc7e9b8da8c3648a36f
# Parent  670c97e4646c963fd39af779dac735efd173eeff
binutils/binutils: CT_BINUTILS_GOLD_THREADED should be CT_BINUTILS_GOLD_THREADS

Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>

diff -r 670c97e4646c -r 712a8ed22762 scripts/build/binutils/binutils.sh
--- a/scripts/build/binutils/binutils.sh	Sat Aug 04 23:40:16 2012 +0200
+++ b/scripts/build/binutils/binutils.sh	Tue Aug 07 14:03:03 2012 +0800
@@ -123,7 +123,7 @@
                 extra_config+=( --enable-ld=yes --enable-gold=default )
                 ;;
         esac
-        if [ "${CT_BINUTILS_GOLD_THREADED}" = "y" ]; then
+        if [ "${CT_BINUTILS_GOLD_THREADS}" = "y" ]; then
             extra_config+=( --enable-threads )
         fi
     fi

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]