diff options
-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 |