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: [v3] make check-abi; failure on solaris 2.6


What I meant was this:

Does this work??

if test x"$build" == x"$host" && test -z "$with_cross_host"; then
                   ^
should it not be ?

if test x"$build" = x"$host" && test -z "$with_cross_host"; then

Andreas




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