Jose Flavio Aguilar Paulino <[EMAIL PROTECTED]> writes:
> +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;
This will not work if the compiler is configured for 64bit by default.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
_______________________________________________
Libunwind-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/libunwind-devel