pkgsrc/lang/gcc10/patches/patch-gcc_config_arm_elf.h

15 lines
392 B
C
Raw Normal View History

$NetBSD: patch-gcc_config_arm_elf.h,v 1.1 2022/02/02 22:07:28 mrg Exp $
--- gcc/config/arm/elf.h.orig 2021-04-08 04:56:28.065740630 -0700
+++ gcc/config/arm/elf.h 2022-01-31 21:14:04.684223580 -0800
@@ -147,6 +147,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
-