------- Comment #6 from justinmattock at gmail dot com 2009-04-20 16:03 ------- (In reply to comment #5) > Please report on which target and which gcc revision you have this problem. >
operating system= LFS(used ubuntu for the starting of the creation, then moved the new system over as soon as ready) arch(tough to say) when compiling every lib/app I used CCFLAGS(example) CFLAGS="-march=core2 -mtune=core2 -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" MAKEOPTS="{-j3}" I'm guessing it's setting the system at x86_32(but could be setting it at x86_64) As for gcc: the latest snapshot(I'll have to give you the number later, seems I can't connect to the snapshot server to supply the release number). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39820