[Xorg-driver-geode] [PATCH] Allow compilation under 64 bit systems

Gaetan Nadon memsize at videotron.ca
Wed Jun 23 12:11:51 PDT 2010


On Wed, 2010-06-23 at 12:54 -0300, Otavio Salvador wrote:

> What about the attached patch? It is not complete but gives the idea.
> 

I gave it a try, but I afraid it's not that simple. The "long" variable
are now 64 bit and can no
longer be assigned to "int" variable which remain at 32 bit. More 32->64
bit code porting
as to go on.

The 2 fundamental questions:

1- to break or not to break the build on 64 bit system
2- to skip or not to skip 32 bit assembler code to have successful (not
runnable) build

My preference goes with a full compile on 64 bit, which goes against
common sense.
It is the most helpful scenario in the specific context of the X.Org
release flow.
There are many drivers that build on platforms which do not use them.

I appreciate everyone's input, I did not expect such an interest.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-driver-geode/attachments/20100623/7c2055b6/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.x.org/archives/xorg-driver-geode/attachments/20100623/7c2055b6/attachment.pgp>


More information about the Xorg-driver-geode mailing list