Also broken on powerpc: uses i386 asm.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2011-11-10 05:56:18 +00:00
parent 4aa0392337
commit 8522641a02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285424

View File

@ -57,6 +57,7 @@ DYNAMIPS_ARCH= "amd64"
BROKEN= Does not compile
.elif ${ARCH} == "powerpc"
DYNAMIPS_ARCH= "ppc32"
BROKEN= Does not compile: uses i386 asm
.else
DYNAMIPS_ARCH= "nojit"
.endif