At 10:51 AM 4/26/2004, Dave Love wrote:
"Peter C. Vernam" <[EMAIL PROTECTED]> writes:

> Can anyone tell me what I have to do to get "make World" to generate
> Makefiles that say "AS = /usr/ccs/bin/as -xarch=v9"?  Or is there
> another way to get this to work?

Why do you want to, i.e. what advantage do you think there is to the
64-bit application?

I don't want to -- I HAVE to. The machine is a Sun Fire V240 and, when installing Solaris 9, I am not even given the option of installing a 32-bit kernel. So I get a 64-bit kernel, and therefore gcc 3.2 does 64-bit compiles by default. I could try specifying "gcc -m32" to make it do 32-bit compiles (although I've never been able to get that to work properly), but then I'd have the inverse problem of getting "make World" to generate Makefiles that say "CC = gcc -m32 -fpcc-struct-return" instead of "CC = gcc -fpcc-struct-return".





Peter Vernam                    Email:  [EMAIL PROTECTED]
Draper Laboratory, MS 33        Voice:  617-258-2735
555 Technology Square           Fax:    617-258-2705
Cambridge, MA 02139
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to