This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Configuring gcc for pure 64bit x86_64
- From: Andrew Walrond <andrew at walrond dot org>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 29 Nov 2004 11:29:36 +0000
- Subject: Configuring gcc for pure 64bit x86_64
I want to build a pure 64bit gcc on x86_64, with the 64bit gcc libs ending up
in /lib rather than the /lib /lib64. I am not interested in the -m32
capability.
Is this possible/easy? I would accept /lib32 /lib as an alternative if a pure
64bit gcc is not easy to achieve.
Any help appreciated. Google didn't help this time :(
Andrew Walrond