summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1997-01-02 19:45:35 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1997-01-02 19:45:35 +0000
commit44c6e37a5c82b902190ae8ebbc981bd9b2862eea (patch)
tree0c12ef24e1c09a48542ef92309c8629d632b960c /sys/arch
parent612e0de905e8a2a1054a4da205f407794718388c (diff)
Perl should build on the powerpc port now, I will build statically
instead of trying to build dynamically and fail.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/powerpc/patches24
1 files changed, 6 insertions, 18 deletions
diff --git a/sys/arch/powerpc/patches b/sys/arch/powerpc/patches
index 3c0a4fcc58d..80430475bb8 100644
--- a/sys/arch/powerpc/patches
+++ b/sys/arch/powerpc/patches
@@ -17,18 +17,6 @@ diff -r1.7 Makefile
< ${CC} ${CFLAGS} ${.CURDIR}/mksyntax.c -o $@
---
> ${HOSTCC} ${CFLAGS} ${.CURDIR}/mksyntax.c -o $@
-Index: src/gnu/usr.bin/Makefile
-# perl does not build due to dynamic library requirements
-# Powerpc does not yet have dynamic libaries.
-===================================================================
-RCS file: /cvs/src/gnu/usr.bin/Makefile,v
-retrieving revision 1.18
-diff -r1.18 Makefile
-5c5,6
-< SUBDIR+= gzip perl rcs sdiff sendbug sort sudo
----
-> SUBDIR+= gzip rcs sdiff sendbug sort sudo
-> #SUBDIR+= gzip perl rcs sdiff sendbug sort sudo
Index: src/lib/libc/stdlib/strtod.c
# what define should be used here,
# port currently defines both.
@@ -47,13 +35,13 @@ RCS file: /cvs/src/lib/libkvm/kvm.c,v
retrieving revision 1.4
diff -r1.4 kvm.c
1c1
-< /* $OpenBSD: patches,v 1.1 1997/01/02 03:29:40 rahnds Exp $ */
+< /* $OpenBSD: patches,v 1.2 1997/01/02 19:45:34 rahnds Exp $ */
---
-> /* $OpenBSD: patches,v 1.1 1997/01/02 03:29:40 rahnds Exp $ */
+> /* $OpenBSD: patches,v 1.2 1997/01/02 19:45:34 rahnds Exp $ */
45c45
-< static char *rcsid = "$OpenBSD: patches,v 1.1 1997/01/02 03:29:40 rahnds Exp $";
+< static char *rcsid = "$OpenBSD: patches,v 1.2 1997/01/02 19:45:34 rahnds Exp $";
---
-> static char *rcsid = "$OpenBSD: patches,v 1.1 1997/01/02 03:29:40 rahnds Exp $";
+> static char *rcsid = "$OpenBSD: patches,v 1.2 1997/01/02 19:45:34 rahnds Exp $";
361a362
> #if #defined(__powerpc__)
368a370
@@ -227,9 +215,9 @@ RCS file: /cvs/src/sys/conf/param.c,v
retrieving revision 1.2
diff -r1.2 param.c
1c1
-< /* $OpenBSD: patches,v 1.1 1997/01/02 03:29:40 rahnds Exp $ */
+< /* $OpenBSD: patches,v 1.2 1997/01/02 19:45:34 rahnds Exp $ */
---
-> /* $OpenBSD: patches,v 1.1 1997/01/02 03:29:40 rahnds Exp $ */
+> /* $OpenBSD: patches,v 1.2 1997/01/02 19:45:34 rahnds Exp $ */
103c103
< int fscale = FSCALE; /* kernel uses `FSCALE', user uses `fscale' */
---