Gentoo Archives: gentoo-user

From: "东方巽雷" <dongfangxunlei@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Is it possible to use the x32 abi gcc version to build a amd64 system?
Date: Wed, 07 Aug 2013 15:47:20
Message-Id: CAKxh67Xpovjcs1Nif2pvkOfea5erEUJ3rObWWWPsQEVmvZ6VBQ@mail.gmail.com
1 x32 abi is a new abi which is different from x86_64 and x86.Some softwares
2 cannot compile on x32 system,but glibc,gcc,binutils,works well on x32 abi
3 with faster speed than x86_64.So I would to make such a gcc version,its
4 abi is x32,but its default target is x86_64,similar to cross compiler.Then
5 I can build a x86_64 system with faster speed.The question is how to make
6 such a gcc version?

Replies