diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-11-08 20:29:14 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-11-08 20:29:14 +0000 |
commit | 49be5609040bc74c9e5ff4028b0608416eca6604 (patch) | |
tree | 5f204f2d89b0d10748b6f4d767ab8d9f8741392d /sys/arch | |
parent | 54acae808a4b1ba4d3c4a749c2b76e13f868d108 (diff) |
We need 64-bit and altivec instructions, so might just as well allow any
powerpc instruction.
ok drahn@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/Makefile.macppc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/Makefile.macppc b/sys/arch/macppc/conf/Makefile.macppc index a3e4130b36f..8350abda400 100644 --- a/sys/arch/macppc/conf/Makefile.macppc +++ b/sys/arch/macppc/conf/Makefile.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.macppc,v 1.21 2005/09/27 23:15:25 kettenis Exp $ +# $OpenBSD: Makefile.macppc,v 1.22 2005/11/08 20:29:13 kettenis Exp $ # # Makefile for OpenBSD PowerPC # @@ -40,13 +40,13 @@ CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL \ -D__macppc__ CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main -CMACHFLAGS= -msoft-float -Wa,-m7400 -fno-builtin-printf -fno-builtin-log +CMACHFLAGS= -msoft-float -Wa,-many -fno-builtin-printf -fno-builtin-log .if ${IDENT:M-DNO_PROPOLICE} CMACHFLAGS+= -fno-stack-protector .endif COPTS?= -O2 CFLAGS= ${DEBUG} ${CWARNFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE} -AFLAGS= -D_LOCORE -Wa,-mppc64bridge +AFLAGS= -D_LOCORE -Wa,-many LINKFLAGS= -N -Ttext 100114 -e start --warn-common STRIPFLAGS= -g -X -x |