Add another case symlinking configuration templates; should fix ppc build.

This commit is contained in:
dholland 2012-05-23 03:23:56 +00:00
parent 6933e83291
commit f402d60b41

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.27 2012/03/20 14:19:15 hans Exp $
# $NetBSD: Makefile,v 1.28 2012/05/23 03:23:56 dholland Exp $
#
DISTNAME= star-1.4.3
@ -25,7 +25,7 @@ MAKE_ENV+= CCOM=gcc
pre-build:
set -e; \
cd ${WRKSRC}/RULES && for i in arm mipsel x86_64 sparc64; do \
cd ${WRKSRC}/RULES && for i in arm mipsel x86_64 sparc64 powerpc; do \
${LN} -s i386-netbsd-gcc.rul "$$i"-netbsd-gcc.rul; \
${LN} -s i386-netbsd-cc.rul "$$i"-netbsd-cc.rul; done
cd ${WRKSRC}/RULES && \