This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Add basic support for arm-none-linux-gnueabi.
- From: Mark Mitchell <mark at codesourcery dot com>
- To: Kazu Hirata <kazu at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, paul at codesourcery dot com
- Date: Mon, 22 Aug 2005 00:50:28 +0100
- Subject: Re: [patch] Add basic support for arm-none-linux-gnueabi.
- References: <200508201727.j7KHRp2P005026@sparrowhawk.codesourcery.com>
Kazu Hirata wrote:
Hi,
Attached is a patch to add basic support for arm-none-linux-gnueabi.
The gcc portion is taken from
http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01636.html
I had to make a minor modification to libcpp's configuration bits.
Specifically, I needed need_64bit_hwint=yes so that HOST_WIDE_INT
would have the same size in both libcpp and gcc.
Yes, the need_64bit_hwint consistency issue is annoying, but there's no
simple way around it.
Built arm-none-linux-gnueabi. OK to apply?
The patch itself looks OK to me, but since we're in Stage 3, you'll need
to get approval from an ARM maintainer; they should confirm that the
risk/reward tradeoff is good enough for inclusion in 4.1, even though
this isn't a bug fix. (In my opinion, it's reasonable to include the
patch, but that's not my call.)
--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304