I don't really care about 64-bit. Plan 9 is 32-bit. - vx32 - Local 9vx git repository for patches.
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit ab8aaa028c67e97395cd062ff1c727e9693b6313
(DIR) parent e8d8692468c5778918ea1dbd0ef3a082a20e3b35
(HTM) Author: rminnich@gmail.com <none@none>
Date: Mon, 24 Jan 2011 09:12:59 -0800
I don't really care about 64-bit. Plan 9 is 32-bit.
Diffstat:
src/GNUmakefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/src/GNUmakefile b/src/GNUmakefile
@@ -21,7 +21,8 @@ LD = ld
AR = ar
OS := $(shell uname |tr A-Z a-z)
-ARCH := $(shell uname -m)
+#ARCH := $(shell uname -m)
+ARCH=i386
include Makefrag