mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
15 lines
361 B
C
15 lines
361 B
C
$NetBSD: patch-gcc_config_arm_elf.h,v 1.1 2013/04/02 22:31:40 jmcneill Exp $
|
|
|
|
--- gcc/config/arm/elf.h.orig 2009-06-21 20:48:15.000000000 +0000
|
|
+++ gcc/config/arm/elf.h
|
|
@@ -161,6 +161,9 @@
|
|
#undef L_floatdidf
|
|
#undef L_floatdisf
|
|
#undef L_floatundidf
|
|
+/* XXXMRG: don't take this out, we need it! */
|
|
+# ifndef __NetBSD__
|
|
#undef L_floatundisf
|
|
+# endif
|
|
#endif
|
|
|