On 09/04/2012 11:24 PM, Tommi Rantala wrote:
2012/9/4 Cody P Schafer <[email protected]>:-is_gcc_m64() { - if test `echo $CFLAGS | grep "\-m64" -c` -eq 1 ; then echo ppc64; - else - if test `echo $CC | grep "\-m64" -c` -eq 1 ; then echo ppc64; else echo ppc32; fi; - fi; -} +Sorry for nitpicking, but do we want two empty lines here?
No we don't, will fix.
The patch looks otherwise good, grepping CFLAGS and CC was horrible.
_______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
