Re: BOOT_CFLAGS and gcc trunk

2007-05-23 Thread Paolo Bonzini
Jack Howarth wrote: I am puzzled about the proper use of BOOT_CFLAGS with gcc trunk. Apparently on Darwin we need to use BOOT_CFLAGS=-g -O2 -mdynamic-no-pic. However when I try... That's an optimization, actually, and one that is broken right now (PR32009). I'm waiting for feedback on that

BOOT_CFLAGS and gcc trunk

2007-05-23 Thread Jack Howarth
I am puzzled about the proper use of BOOT_CFLAGS with gcc trunk. Apparently on Darwin we need to use BOOT_CFLAGS=-g -O2 -mdynamic-no-pic. However when I try... ./gcc-4.3-20070523/configure --prefix=/home/howarth/work/gcc43 --enable-languages=c,c++,fortran BOOT_CFLAGS="-g -O3" --enable-bootstra