Re: [AD] Re: amd64, Athlon, P4 targets for makefile.vc |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> The single one I don't know about is amd64... I think you need to pass -m64
> for this on GCC rather than something like -mcpu=amd64, in which case
> keeping amd64 as the name for the makefile is probably ok, but I don't
> know for sure. Someone please correct me if I'm wrong.
You don't need to pass anything on AMD64, the GCC compiler defaults to 64-bit
mode (well, on Linux; on Solaris 10/AMD64, you do need to pass -m64). You
only need to pass something when you compile for 32-bit mode (-m32).
--
Eric Botcazou