This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: i386 --with-abi={x32|32|64} extending multiarch ....
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Gregory Nietsky <gregnietsky at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 24 Oct 2012 17:29:43 -0700
- Subject: Re: i386 --with-abi={x32|32|64} extending multiarch ....
- References: <50857F21.1070807@gmail.com>
On Mon, Oct 22, 2012 at 10:15 AM, Gregory Nietsky <gregnietsky@gmail.com> wrote:
>
> In using 4.7.2 and am working on extending our distro to have
> x86/x86_64/x32/arm
>
> Ive yanked the H.Lu patch to add --with-abi support from trunk and am
> extending it to
> have a default 32bit ABI we have nicknamed this the LOTR compiler [One
> compiler to compile them all] [for the i386 at least]
>
> with out the support for --with-abi=32 i would not be able to cheat and ship
> the x86_64 compiler as default on i686 with the ability
> to x compile to 64/x32 built in also this allows been run on 64 bit as a
> universal intel compiler i find this appealing as a "seed/bootstrap"
> compiler
> and this will be on our repository.
>
> if there is any interest im happy to supply the patch when tested and we
> happy.
Does trunk work OK? If not, please submit a patch for trunk.
If yes, please try hjl/x32/gcc-4_7-branch branch.
--
H.J.