diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-05-29 04:16:11 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-05-29 04:16:11 +0000 |
commit | d533ff01b0e7fecf6829b87c5eb45fac1a24daa8 (patch) | |
tree | baa5cc17d5d8abebf45492724ab6c004d9ba5e8c /sys/arch/powerpc/conf/Makefile.powerpc | |
parent | 2de1e4190b510b46917c96c19d7ebd01a07b41b8 (diff) |
Major changes here and there, tweaks elsewhere.
Support for Openfirmware drivers was reintroduced so that more systems
were supported. This should work with the real driver configurations
as well.
Bootloader files were deleted/replaced with the newer versions in the
subdirectory. Some effort has been made to be closer to support booting
(at least the bootloader) on the Mac.
Config files that end with OFW are the openfirmware versions of the kernels
without have native drivers.
Native driver support has not been changed, presumably it still works.
I couldn't test that.
Diffstat (limited to 'sys/arch/powerpc/conf/Makefile.powerpc')
-rw-r--r-- | sys/arch/powerpc/conf/Makefile.powerpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/conf/Makefile.powerpc b/sys/arch/powerpc/conf/Makefile.powerpc index f1033d2882e..253e8814d87 100644 --- a/sys/arch/powerpc/conf/Makefile.powerpc +++ b/sys/arch/powerpc/conf/Makefile.powerpc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.powerpc,v 1.7 1998/04/06 17:29:25 pefo Exp $ +# $OpenBSD: Makefile.powerpc,v 1.8 1998/05/29 04:15:27 rahnds Exp $ # # Makefile for OpenBSD PowerPC # @@ -40,7 +40,7 @@ PPC= ../.. INCLUDES= -I. -I$S/arch -I$S -nostdinc -L${DESTDIR}/usr/include CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL \ - -Dpowerpc -Dpower4e + -Dpowerpc CWARNFLAGS= -Werror -Wreturn-type CFLAGS= ${DEBUG} ${CWARNFLAGS} -O2 -msoft-float AFLAGS= -D_LOCORE |