This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Add basic support for arm-none-linux-gnueabi.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]