On Wed, Feb 11, 2009 at 8:22 PM, Mark Knecht <markkne...@gmail.com> wrote:
> On Wed, Feb 11, 2009 at 7:04 PM, Joshua D Doll <joshua.d...@gmail.com> wrote:
> <SNIP>
>>
>> I might be mistaken, but I don't think that is make error message. You might
>> want to check further up in the build.log for more information.
>>
>> --Joshua Doll
>>
>>
>
> CFLAGS? The machine that fails:
>
> CFLAGS="-O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe"
> CHOST="i686-pc-linux-gnu"
> CXXFLAGS="${CFLAGS}"
> MAKEOPTS="-j2"
>
>
> A machine that passes:
>

CFLAGS="-O2 -march=i686 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"

Reply via email to