Ficl doesn't build on sparc64.

This commit is contained in:
David E. O'Brien 2002-05-09 20:33:22 +00:00
parent 2b6eac058e
commit f21450f69f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96269

View File

@ -1,7 +1,9 @@
# $FreeBSD$
# Build the add-in FORTH interpreter
.if ${MACHINE_ARCH} != "sparc64"
SUBDIR+= ficl
.endif
# Build OpenFirmware library
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"