Open GoogleCodeExporter opened 8 years ago
I finally success to build GCC.
At first, I don't set the CFLAGS and LDFLAGS.
This script is made for my build environment (RedHat Fedora 7)
#!/bin/sh
export CFLAGS="-m32"
export LDFLAGS="-m32"
../../odcctools/configure --target=arm-apple-darwin --disable-ld64
make
Original comment by bsj...@gmail.com
on 3 Dec 2007 at 2:50
Original issue reported on code.google.com by
bsj...@gmail.com
on 30 Oct 2007 at 8:02