mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
405 B
Plaintext
18 lines
405 B
Plaintext
$NetBSD: patch-ad,v 1.2 2006/01/05 19:31:13 joerg Exp $
|
|
|
|
--- 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>
|
|
|