This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: [build] Support libgo on Solaris 2


"Joseph S. Myers" <joseph@codesourcery.com> writes:

> On Tue, 11 Jan 2011, Ian Lance Taylor wrote:
>
>> What does Solaris ld output for an unrecognized option?  Suppose we do
>> something like
>> 
>>     out=`$gcc_cv_ld -Bdynamic >/dev/null 2>&1`
>
> That isn't going to work as-is (looking for output when you've redirected 
> it to /dev/null).  If you do check error text, please at least make sure 
> the test runs in the C locale.

Right, but that's already dealt with:

> grep LC_ gcc/configure
LC_ALL=C
export LC_ALL

Thanks.
	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


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