diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-05-15 22:49:18 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-05-15 22:49:18 +0000 |
commit | 33bc70fe0c79cdb72d78b3044cf69a275b11a3b0 (patch) | |
tree | 2b019af3d94e6e52b83b2d779b4e54dd09dd75c2 /sys/arch/macppc/conf | |
parent | 398f14d9453e6f916f49cfe3400f36748f7c857b (diff) |
Remove the assembler kludges to allow altivec support without assembler help
now that binutils is updated. As hoped, resulting .o file was identical.
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/Makefile.macppc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/Makefile.macppc b/sys/arch/macppc/conf/Makefile.macppc index 0da25d61036..51e3f81cbba 100644 --- a/sys/arch/macppc/conf/Makefile.macppc +++ b/sys/arch/macppc/conf/Makefile.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.macppc,v 1.5 2002/01/08 15:01:02 drahn Exp $ +# $OpenBSD: Makefile.macppc,v 1.6 2002/05/15 22:49:17 drahn Exp $ # # Makefile for OpenBSD PowerPC # @@ -44,8 +44,7 @@ CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL \ -Dmacppc CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main -CMACHFLAGS= -msoft-float -#CMACHFLAGS= -msoft-float -Wa,-m7400 +CMACHFLAGS= -msoft-float -Wa,-m7400 COPTS?= -O2 CFLAGS= ${DEBUG} ${CWARNFLAGS} ${CMACHFLAGS} ${COPTS} AFLAGS= -D_LOCORE |