View previous topic :: View next topic |
Author |
Message |
Cr0t l33t
Joined: 27 Apr 2002 Posts: 945 Location: USA
|
Posted: Tue Nov 18, 2008 1:05 am Post subject: sparcy64 sun4u using 32 Bit compilter |
|
|
Code: | 17:01:09^root@hummingbird:~ > gcc-config -l
[1] sparc-unknown-linux-gnu-4.1.1
[2] sparc-unknown-linux-gnu-4.1.2
[3] sparc-unknown-linux-gnu-4.2.4
[4] sparc-unknown-linux-gnu-4.3.2 *
[5] sparc64-unknown-linux-gnu-4.1.1 *
17:01:15^root@hummingbird:~ > gcc-config sparc64-unknown-linux-gnu-4.1.1
* Switching cross-compiler to sparc64-unknown-linux-gnu-4.1.1 ... | But everytime I compile a program it's still using the 32 bit version. How do I switch it to the 64 Bit version? _________________ cya |
|
Back to top |
|
|
druggo Guru
Joined: 24 Sep 2003 Posts: 325 Location: Hangzhou
|
Posted: Tue Nov 18, 2008 11:54 am Post subject: |
|
|
as far as I know, 64bit compiler only used to compile the kernel.
and sparc platform doesn't have a pure 64bit, you just can have a 64bit kernel with 32bit program. _________________ AMD FX-8300 / Loongson-2f (lemote-yeeloong) |
|
Back to top |
|
|
Cr0t l33t
Joined: 27 Apr 2002 Posts: 945 Location: USA
|
Posted: Tue Nov 18, 2008 10:45 pm Post subject: |
|
|
That's what somebody told me yesterday. _________________ cya |
|
Back to top |
|
|
|