view sources/patches/gcc-core-armeb.patch @ 1786:0787ceb820bf draft 1.4.2

When x86-64 switched on NPTL in uClibc, distcc broke, and it turns out fully native compiles under qemu never worked due to qemu not quite emulating floating point right and confusing the perl build with zero not comparing equal to zero. As long as it's broken anyway, switch it over to musl and fix it up on that side. It's no longer worth trying to fix anything broken in uClibc, the project is dead. (I'm aware of uClibc-ng, and am treating it exactly the same way I treated the ecommstation reboot of OS/2.)
author Rob Landley <rob@landley.net>
date Fri, 11 Sep 2015 13:25: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 \