[Bug c/30769] compile error / segmentation fault / 64bit compiler
ebotcazou at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Feb 12 23:02:00 GMT 2007
------- Comment #9 from ebotcazou at gcc dot gnu dot org 2007-02-12 23:02 -------
> i used that information you linked to, but i only got 64bit code with -m64
> i needed it by default. i surely could have skipped the last step, but i
> wanted my local tree to just contain 64bit stuff.
You probably missed something, it's the canonical way to build the 64-bit
compiler. Did you forget to specify the native target? Just do
CC="cc -xarch=v9" srcdir/configure sparc64-sun-solaris2.9 --prefix=xxx
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30769
More information about the Gcc-bugs
mailing list