[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: need help in 64-bit code



Le Fri, 05 May 2006 18:02:48 +0530,
sudheer <urwithsudheer@xxxxxxxxx> a écrit :



 To have the compatability i have used the macro CONFIG_X86_64 in
.config .


For compiling userspace apps, you should be able to do this with no problem using some Makefile magic - use the results of a `uname -m` to determine - you should get "i686" on x86-32 systems, and "x86_64" on AMD64 systems (not sure about IA64 or EMT64 systems - don't have one to try it on) - you should be able to do a custom -D based on the results.

HTH-

James

--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive:       http://mail.nl.linux.org/kernelnewbies/
FAQ:           http://kernelnewbies.org/faq/