This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Option to compile for both AMD64 and EM64T?
- From: "Justin Palmer" <Justin dot E dot Palmer at SAIC dot COM>
- To: <gcc at gcc dot gnu dot org>
- Date: Tue, 31 Aug 2004 10:54:40 -0500
- Subject: Option to compile for both AMD64 and EM64T?
Hi,
Since the differences between AMD64 and EM64T are minor, will GCC have an option to compile applications for both?
Linux-Kernel Archive reference:
http://www.ussg.iu.edu/hypermail/linux/kernel/0402.3/0276.html
Currently, the -mtune, -march, and -mcpu values must specify one of: nocona, k8, opteron, athlon64, or athlon-fx. My software group has been using i686 to build one executable for both Intel and AMD 32-bit processors and would like to build one executable for their 64-bit processors.
Also, do the docs need updated for -m64 or is that option really for AMD64 only?
Thanks,
Justin