On Tue, Mar 30, 2004 at 03:51:34PM +0100, Joe Orton wrote:
On Tue, Mar 30, 2004 at 09:25:30AM -0500, Jeff Trawick wrote:
here's a more concrete example
apr HEAD RHEL 3.0 for PPC libtool 1.4.3 from system install
CFLAGS="-Xcompiler -m64" LDFLAGS="-Xcompiler -m64 -Xlinker -melf64ppc" \ ./configure
Isn't that equivalent to the simpler CC="gcc -m64" ./configure?
apr HEAD does DTRT for a CC="gcc -m32" build on hammer, so I'd expect the status quo to be OK for this case, maybe it should be left untouched after all.
okay, I'll let it be for now and use the CC="pgm opts" idiom