Commit ec613b66 by Anthony Green Committed by Anthony Green

Fix endianness issue for moxiebox

From-SVN: r234404
parent 5c240f4d
2016-03-22 Anthony Green <green@moxielogic.com>
* config/moxie/moxiebox.h (CC1_SPEC): Define. Fix endianness
issue for moxiebox targets.
(CC1PLUS_SPEC): Ditto.
2016-03-22 Richard Biener <rguenther@suse.de>
PR middle-end/70333
......
......@@ -39,6 +39,12 @@ along with GCC; see the file COPYING3. If not see
#undef ASM_SPEC
#define ASM_SPEC "-EL"
#undef CC1_SPEC
#define CC1_SPEC "-mel %{meb:%ethis target is little-endian}"
#undef CC1PLUS_SPEC
#define CC1PLUS_SPEC CC1_SPEC
#undef MULTILIB_DEFAULTS
#undef SIZE_TYPE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment