From eb30eca3e3c1369af6349cbe115a31d251c5cdb3 Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 9 Dec 2004 22:57:12 +0000 Subject: [PATCH] Add -Wa,-maltivec so that AltiVec instuctions will be recognized. --- sys/arch/powerpc/conf/Makefile.powerpc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/powerpc/conf/Makefile.powerpc b/sys/arch/powerpc/conf/Makefile.powerpc index d4445e716662..327242da4b53 100644 --- a/sys/arch/powerpc/conf/Makefile.powerpc +++ b/sys/arch/powerpc/conf/Makefile.powerpc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.powerpc,v 1.30 2004/06/04 04:45:50 thorpej Exp $ +# $NetBSD: Makefile.powerpc,v 1.31 2004/12/09 22:57:12 matt Exp $ # # Makefile for NetBSD # @@ -39,7 +39,7 @@ GENASSYM= ${POWERPC}/${PPCDIR}/genassym.cf ## CPPFLAGS+= -D${MACHINE}=${MACHINE} CWARNFLAGS+= -Wreturn-type -CFLAGS+= -msoft-float ${CCPUOPTS} +CFLAGS+= -msoft-float ${CCPUOPTS} -Wa,-maltivec AFLAGS+= ${AOPTS} ##