Add -Wa,-maltivec so that AltiVec instuctions will be recognized.

This commit is contained in:
matt 2004-12-09 22:57:12 +00:00
parent 108f8fbc51
commit eb30eca3e3
1 changed files with 2 additions and 2 deletions

View File

@ -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}
##