I'm building libgcc from gcc 4.8.1 on RHEL 6.3 on a powerpc64 machine. I set the CFLAGS environment variable to -g3 at configure and make time but the produced libgcc does not have any debug info in it. How do I build libgcc with debug info? --- Dan Schatzberg