pkgsrc-ng/lang/gcc45/patches/patch-gcc_config_arm_elf.h
Lionel Sambuc 612ad0a18c lang/gcc45
2016-01-22 00:09:29 +01:00

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
-