diff options
author | joerg <joerg> | 2006-01-05 19:31:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-05 19:31:13 +0000 |
commit | d45bd6d7fc4be6806ccaeecbf5c2d6cd8b7b362c (patch) | |
tree | baac43f8dffb1f84e038af4b687a073306341b36 /cross | |
parent | caa4003a1ac09fd9a3f98723194ce2aace8a19ee (diff) | |
download | pkgsrc-d45bd6d7fc4be6806ccaeecbf5c2d6cd8b7b362c.tar.gz |
Regenerate patch, DragonFly's patch doesn't like it.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/COMMON/patches-egcs/patch-ad | 36 |
1 files changed, 16 insertions, 20 deletions
diff --git a/cross/COMMON/patches-egcs/patch-ad b/cross/COMMON/patches-egcs/patch-ad index 092932a4627..284c9eed4b7 100644 --- a/cross/COMMON/patches-egcs/patch-ad +++ b/cross/COMMON/patches-egcs/patch-ad @@ -1,21 +1,17 @@ -$NetBSD: patch-ad,v 1.1 1999/02/05 16:22:32 mrg Exp $ +$NetBSD: patch-ad,v 1.2 2006/01/05 19:31:13 joerg Exp $ -Index: gcc/config/sparc/netbsdelf.h -diff -c -r1.2 -r1.3 -*** netbsdelf.h 1999/01/31 21:18:36 1.2 ---- netbsdelf.h 1999/01/31 22:21:47 1.3 -*************** -*** 9,14 **** ---- 9,20 ---- - #undef CPP_SUBTARGET_SPEC - #define CPP_SUBTARGET_SPEC "" - -+ #undef MULDI3_LIBCALL -+ #undef DIVDI3_LIBCALL -+ #undef UDIVDI3_LIBCALL -+ #undef MODDI3_LIBCALL -+ #undef UMODDI3_LIBCALL -+ - #define NETBSD_ELF - #include <netbsd.h> - +--- gcc/config/sparc/netbsdelf.h.orig 2005-12-23 17:30:11.000000000 +0000 ++++ gcc/config/sparc/netbsdelf.h +@@ -12,6 +12,12 @@ + #undef CPP_SUBTARGET_SPEC + #define CPP_SUBTARGET_SPEC "" + ++#undef MULDI3_LIBCALL ++#undef DIVDI3_LIBCALL ++#undef UDIVDI3_LIBCALL ++#undef MODDI3_LIBCALL ++#undef UMODDI3_LIBCALL ++ + #define NETBSD_ELF + #include <netbsd.h> + |