added sun4u OBJTYPE - 9base - revived minimalist port of Plan 9 userland to Unix
HTML git clone git://git.suckless.org/9base
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 5eee7b5bb7e801a2ab1f88d327aff192fd8fd334
DIR parent 6f16e4300c567ec7f42a000abce4c674dc848227
HTML Author: Anselm R Garbe <anselm@garbe.us>
Date: Thu, 6 Jan 2011 09:50:05 +0000
added sun4u OBJTYPE
Diffstat:
M config.mk | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/config.mk b/config.mk
@@ -8,6 +8,7 @@ VERSION = 7
OBJTYPE = 386
#OBJTYPE = arm
#OBJTYPE = x86_64
+#OBJTYPE = sun4u
# Linux/BSD
#CFLAGS += -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -DPREFIX="\"${PREFIX}\""