summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrahnds <rahnds@openbsd.org>1997-01-27 22:32:29 +0000
committerrahnds <rahnds@openbsd.org>1997-01-27 22:32:29 +0000
commit11747cfe92fc32ee4345f98590c5520b89f65d5d (patch)
treee48aeb97abc12fdcd5519e07e5ef6b2aecf07255
parentPatches file can be removed. All change necessary to build powerpc (diff)
downloadwireguard-openbsd-11747cfe92fc32ee4345f98590c5520b89f65d5d.tar.xz
wireguard-openbsd-11747cfe92fc32ee4345f98590c5520b89f65d5d.zip
remove items that are no longer an issue.
-rw-r--r--sys/arch/powerpc/README10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/powerpc/README b/sys/arch/powerpc/README
index e942b0c575a..63f31f43f68 100644
--- a/sys/arch/powerpc/README
+++ b/sys/arch/powerpc/README
@@ -10,17 +10,9 @@ Other notes:
if compiled without -O.
(worked around with a makefile change)
- a problem exists compiling the file:
- gnu/usr.bin/binutils/opcodes/ppc-opc.c
- with the normal data ulimit. it is necessary to raise
- the ulimit to compile this file in (pd)ksh use "ulimit -d 200000".
- (problem still exists)
-
- examine src/sys/arch/powerpc/patches, that file may contain
- changes necessary to the tree to rebuild the full system.
-
TODO:
ptrace support (that works)
fp (setround, getround, getmask, setmask, setsticky, getsticky)
+ cleaner installation
Dale
rahnds@cvs.openbsd.org