diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-13 16:57:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-13 16:57:05 +0000 |
commit | 92b751ae5b839e690ad45fa83545405561b4ce5c (patch) | |
tree | f440d73c283f975691df3f3b0d1d5540990c3d99 | |
parent | Split up the freebsd build target into one for the i386 and one for the (diff) |
Get this to build at least on the Alpha. Haven't tested whether it
actually works (yet).
Notes
Notes:
svn path=/head/; revision=25758
-rw-r--r-- | net/pvm/files/patch-ad | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/pvm/files/patch-ad b/net/pvm/files/patch-ad new file mode 100644 index 000000000000..8cce16b3f338 --- /dev/null +++ b/net/pvm/files/patch-ad @@ -0,0 +1,10 @@ +--- lib/pvmgetarch.orig Sun Feb 6 18:18:29 2000 ++++ lib/pvmgetarch Sun Feb 6 18:18:48 2000 +@@ -73,6 +73,7 @@ + Linux,ppc ) ARCH=LINUXPPC ;; + BSD/OS,i[3456]86 ) ARCH=BSD386 ;; + FreeBSD,i386 ) ARCH=FREEBSD ;; ++ FreeBSD,alpha ) ARCH=FREEBSD ;; + SUPER-UX,SX-3 ) ARCH=SX3 ;; + uts,* ) ARCH=UTS2 ;; + realix,M88* ) ARCH=M88K ;; |