diff options
author | fjoe <fjoe@FreeBSD.org> | 2006-03-09 00:58:58 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2006-03-09 00:58:58 +0800 |
commit | 2e494c58e0f5dc837a106ea90202217c3e1d1abe (patch) | |
tree | 1403660c779fe100e45b70549b8c777a43bd8c18 /emulators | |
parent | 45b8f8ae9b84e88ecb6f65d8230bd23342ccbef3 (diff) | |
download | freebsd-ports-gnome-2e494c58e0f5dc837a106ea90202217c3e1d1abe.tar.gz freebsd-ports-gnome-2e494c58e0f5dc837a106ea90202217c3e1d1abe.tar.zst freebsd-ports-gnome-2e494c58e0f5dc837a106ea90202217c3e1d1abe.zip |
Forgotten fix from previous commit:
Turn off JIT on amd64 (does not work for some reason).
Approved by: portmgr
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dynamips-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/dynamips/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/dynamips-devel/Makefile b/emulators/dynamips-devel/Makefile index 94273055cecc..a06d8e811052 100644 --- a/emulators/dynamips-devel/Makefile +++ b/emulators/dynamips-devel/Makefile @@ -39,7 +39,7 @@ do-install: .if ${ARCH} == "i386" DYNAMIPS_ARCH= "x86" .elif ${ARCH} == "amd64" -DYNAMIPS_ARCH= "amd64" +DYNAMIPS_ARCH= "nojit" # JIT does not work on amd64 for some reason .else DYNAMIPS_ARCH= "nojit" .endif diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile index 94273055cecc..a06d8e811052 100644 --- a/emulators/dynamips/Makefile +++ b/emulators/dynamips/Makefile @@ -39,7 +39,7 @@ do-install: .if ${ARCH} == "i386" DYNAMIPS_ARCH= "x86" .elif ${ARCH} == "amd64" -DYNAMIPS_ARCH= "amd64" +DYNAMIPS_ARCH= "nojit" # JIT does not work on amd64 for some reason .else DYNAMIPS_ARCH= "nojit" .endif |