mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
15 lines
282 B
C
15 lines
282 B
C
$NetBSD$
|
|
|
|
--- gcc/config/arm/elf.h.orig Sun Jun 21 20:48:15 2009
|
|
+++ gcc/config/arm/elf.h
|
|
@@ -161,6 +161,8 @@
|
|
#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
|
|
-
|