added sun4u OBJTYPE - 9base - revived minimalist port of Plan 9 userland to Unix | |
git clone git://git.suckless.org/9base | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 5eee7b5bb7e801a2ab1f88d327aff192fd8fd334 | |
parent 6f16e4300c567ec7f42a000abce4c674dc848227 | |
Author: Anselm R Garbe <[email protected]> | |
Date: Thu, 6 Jan 2011 09:50:05 +0000 | |
added sun4u OBJTYPE | |
Diffstat: | |
M config.mk | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
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. … |