view sources/patches/gcc-core-armeb.patch @ 1702:1829b36abc97 draft

Start of sh2 big endian (nommu!) support. Doesn't work yet (ash has an #error if you try to build it nommu).
author Rob Landley <rob@landley.net>
date Mon, 27 Oct 2014 17:02:14 -0500
parents 4abea1d0914f
children
line wrap: on
line source

--- gcc-core/gcc/config/arm/linux-elf.h	2009-04-04 23:41:52.000000000 -0500
+++ gcc-core2/gcc/config/arm/linux-elf.h	2009-04-05 04:36:41.000000000 -0500
@@ -36,7 +36,8 @@
 
 #define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm6
 
-#define SUBTARGET_EXTRA_LINK_SPEC " -m armelf_linux -p"
+#define SUBTARGET_EXTRA_LINK_SPEC " -p"
+/*#define SUBTARGET_EXTRA_LINK_SPEC " -m armelf_linux -p"*/
 
 #undef  MULTILIB_DEFAULTS
 #define MULTILIB_DEFAULTS \