view sources/patches/gcc-core-armeb.patch @ 996:bd6cc5603989

Fix busybox so the 2.6.33 mips kernel builds.
author Rob Landley <rob@landley.net>
date Fri, 12 Mar 2010 02:52:58 -0600
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 \