summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1997-01-02 03:17:59 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1997-01-02 03:17:59 +0000
commit16000e12ef7cc66f392a46fd7b51de3e146a050e (patch)
tree2881b55e11498f9db809bf8ac1bef2b8930778a4 /sys
parent08b4be197d37d0e37f8450a6ea7aa41701bb00c8 (diff)
Current information about port status.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/powerpc/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/arch/powerpc/README b/sys/arch/powerpc/README
index 834bbee0663..9d0644d61ea 100644
--- a/sys/arch/powerpc/README
+++ b/sys/arch/powerpc/README
@@ -12,5 +12,19 @@ nothing has been tried since It was checked in.
I hope to have this ready before Jan 1997
+Other notes:
+ libexec/ftpd (ftpd.o) does not compile with optimization.
+ `cc: Internal compiler error: program cc1 got fatal signal 11'
+ Real cause unknown. will compile and work correctly
+ if compiled without -O.
+
+ 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".
+
+TODO:
+ ptrace support
+ fp (setround, getround, getmask, setmask, setsticky, getsticky)
Dale
rahnds@cvs.openbsd.org