11 lines
289 B
Text
11 lines
289 B
Text
--- config/_arch-n-opsys.orig 2018-06-22 14:49:01 UTC
|
|
+++ config/_arch-n-opsys
|
|
@@ -91,6 +91,8 @@ case `uname -s` in
|
|
HEAP_OPSYS=bsd
|
|
case `uname -m` in
|
|
*86) ARCH=x86;;
|
|
+ # Fall back to x86 compatibility mode.
|
|
+ amd64) ARCH=x86;;
|
|
*) exit 1;;
|
|
esac
|
|
;;
|