summaryrefslogtreecommitdiff
path: root/cross/powerpc-netbsd
diff options
context:
space:
mode:
authorsimonb <simonb>2001-05-16 18:43:16 +0000
committersimonb <simonb>2001-05-16 18:43:16 +0000
commite3168699488fb8d79febe7be890cfaef632b6970 (patch)
tree72967057ee98846db5e2dad80c11918f9df06d59 /cross/powerpc-netbsd
parent4e62768aa6e5b785e11ee3f32b0dfef8a955f829 (diff)
downloadpkgsrc-e3168699488fb8d79febe7be890cfaef632b6970.tar.gz
Add the "-msoft-float defines _SOFT_FLOAT" change from NetBSD-current.
Diffstat (limited to 'cross/powerpc-netbsd')
-rw-r--r--cross/powerpc-netbsd/distinfo3
-rw-r--r--cross/powerpc-netbsd/patches/patch-ab10
2 files changed, 12 insertions, 1 deletions
diff --git a/cross/powerpc-netbsd/distinfo b/cross/powerpc-netbsd/distinfo
index 50f921430a1..69d0654fa9f 100644
--- a/cross/powerpc-netbsd/distinfo
+++ b/cross/powerpc-netbsd/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 09:36:25 skrll Exp $
+$NetBSD: distinfo,v 1.3 2001/05/16 18:43:16 simonb Exp $
SHA1 (binutils-2.9.1.tar.gz) = 9df3cdcd34f81118ee403f8794b277ad28a57e14
Size (binutils-2.9.1.tar.gz) = 5694541 bytes
@@ -7,3 +7,4 @@ Size (egcs-1.1.1.tar.gz) = 11604853 bytes
SHA1 (egcs-1.1.1-NetBSD-19980104.diff.gz) = 85ebc334bf9472b9595c4348a6bc440e836b922a
Size (egcs-1.1.1-NetBSD-19980104.diff.gz) = 59770 bytes
SHA1 (patch-aa) = c4dd4ed902d91a2df4257fc61b1b53dc0f3fe9d2
+SHA1 (patch-ab) = 0bce95f4636c1b2fdb10e5d0b5d4acf8647e6d28
diff --git a/cross/powerpc-netbsd/patches/patch-ab b/cross/powerpc-netbsd/patches/patch-ab
new file mode 100644
index 00000000000..ea261f33dd5
--- /dev/null
+++ b/cross/powerpc-netbsd/patches/patch-ab
@@ -0,0 +1,10 @@
+$NetBSD: patch-ab,v 1.1 2001/05/16 18:43:16 simonb Exp $
+
+--- gcc/config/rs6000/netbsd.h.orig Thu May 17 02:06:07 2001
++++ gcc/config/rs6000/netbsd.h Thu May 17 02:33:44 2001
+@@ -70,4 +70,5 @@
+ #undef CPP_SPEC
+ #define CPP_SPEC "\
+ %{posix:-D_POSIX_SOURCE} \
++%{msoft-float:-D_SOFT_FLOAT} \
+ %{mcall-sysv: -D_CALL_SYSV} %{mcall-aix: -D_CALL_AIX} %{!mcall-sysv: %{!mcall-aix: -D_CALL_SYSV}}"