This is the mail archive of the gcc@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: libstdc++/configure problem


On Sat, 2004-01-10 at 15:12, Richard Zidlicky wrote:
> +++ libstdc++-v3/configure      2004-01-10 23:57:12.000000000 +0100
> +  ldver=`$LD --version 2>/dev/null | \
> +         sed -n -e '1 s/GNU ld version \([0-9.][0-9.]*\).*/\1/p'`

configure is a generated file.  The file that needs fixed is aclocal.m4.

I don't normally review libstdc++ patches, but this looks like a good
solution to the coreutils problem to me.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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