Bug 39975 - Support big endian ARM by default.
Summary: Support big endian ARM by default.
Status: RESOLVED DUPLICATE of bug 16350
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: unknown
: P3 enhancement
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-30 10:25 UTC by Ramana Radhakrishnan
Modified: 2009-05-06 10:52 UTC (History)
8 users (show)

See Also:
Host:
Target: arm-none-eabi
Build:
Known to work:
Known to fail:
Last reconfirmed: 2009-04-30 10:25:24


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ramana Radhakrishnan 2009-04-30 10:25:14 UTC
Create a default configuration that honours big endian ARM by default. PR31938 refers to this.
Comment 1 Mikael Pettersson 2009-05-03 19:39:48 UTC
(In reply to comment #0)
> Create a default configuration that honours big endian ARM by default. PR31938
> refers to this.

Looks like a dupe of PR16350. And most of the de-facto standard patch people have been applying to get this support is in gcc-4.3. But see comment #22 in PR16350 for a missing hunk (MULTILIB_DEFAULTS should also use TARGET_ENDIAN_OPTION and not hard-code "mlittle-endian").
Comment 2 Ramana Radhakrishnan 2009-05-06 10:52:29 UTC

*** This bug has been marked as a duplicate of 16350 ***