Matthieu Herrb wrote:
Also, in many places where checks are done for 64 bits arches, the test is in the form

#if defined(_LP64) || defined(__alpha__) .... || defined(__AMD64__).

Since on the BSDs gcc defines _LP64, these conditions will be true. But there are a few cases where the _LP64 test is missing.

A number of the _LP64's were added just recently (bugzilla #477). It's also the correct flag for use on Solaris, both for 64-bit on SPARC and the upcoming AMD-64 port.

--
        -Alan Coopersmith-          [EMAIL PROTECTED]
         Sun Microsystems, Inc. -- Operating Platforms Group
         Solaris x86 & Interface Technology: X Window System

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to