From: rahnds Date: Wed, 22 Jan 1997 20:39:32 +0000 (+0000) Subject: Current status. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=059ff94cd4407eb6efbf7744625e15ecdc925b03;p=openbsd Current status. --- diff --git a/sys/arch/powerpc/README b/sys/arch/powerpc/README index 9d0644d61ea..e942b0c575a 100644 --- a/sys/arch/powerpc/README +++ b/sys/arch/powerpc/README @@ -1,30 +1,26 @@ -NOT YET READY!!! - This port is heavily based on the NetBSD powerpc port by Wolfgang Solfrank. All of the kernel code is derived from there. Some modifications have been made, primarily to support ELF. -Until this README file states that the port is ready, it is unlikey -that the port will build correctly. - -Currently, dont even try, go ahead and look at the code, but -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. + (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 + ptrace support (that works) fp (setround, getround, getmask, setmask, setsticky, getsticky) Dale rahnds@cvs.openbsd.org