Does not compile on sparc64: assertions fail.

This commit is contained in:
Mark Linimon 2011-07-16 05:36:09 +00:00
parent 93df6d170f
commit 51962c4ac8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277782

View File

@ -22,6 +22,7 @@ FETCH_ARGS= -p
.if ${ARCH} == "sparc64"
PICFLAG?= -fPIC
BROKEN= Does not compile on sparc64: assertions fail
.else
PICFLAG?= -fpic
.endif