diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 05:56:18 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 05:56:18 +0000 |
commit | 8522641a02d23ee3bab88b3d6a3e45f49475d734 (patch) | |
tree | cbf518dda517ebb0f6b6b3e5d1dee201ac44f005 /emulators/dynamips-community | |
parent | 4aa0392337759906f65183c149326d4925bf7ac3 (diff) | |
download | ports-8522641a02d23ee3bab88b3d6a3e45f49475d734.tar.gz ports-8522641a02d23ee3bab88b3d6a3e45f49475d734.zip |
Notes
Diffstat (limited to 'emulators/dynamips-community')
-rw-r--r-- | emulators/dynamips-community/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/dynamips-community/Makefile b/emulators/dynamips-community/Makefile index ca4022b19a06..c5657211f7c9 100644 --- a/emulators/dynamips-community/Makefile +++ b/emulators/dynamips-community/Makefile @@ -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 |