This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: Patch: Re: Blanket replacement of "xgcc" inlibstdc++-v3/testsuite/Makefile.am


I think this is fine, but maybe

>CXX_fake = @glibcpp_CXX@
>-CXX=`echo $(CXX_fake) | sed 's/xgcc/g++/g'`
>+CXX=`echo "$(CXX_fake) " | sed 's/xgcc /g++/'`

should be

+CXX=`echo "$(CXX_fake) " | sed 's/gcc\/xgcc /gcc\/g++ /'`

-benjamin


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