aboutsummaryrefslogtreecommitdiff
path: root/mkconfig
diff options
context:
space:
mode:
authorbhgv <bhgv.empire@gmail.com>2018-09-06 12:53:11 +0300
committerbhgv <bhgv.empire@gmail.com>2018-09-06 12:53:11 +0300
commit3bd7fbb29c5e8f18644e21ef3af15862d6ae4ad2 (patch)
treec4371b83dd56d441f519931bcc792bdfbe815c88 /mkconfig
parent4f791e70fbee965278c7881be83f1c86f6909fc3 (diff)
more understandeable example of creating/using 9p/styx-servers dinamic file-trees. emu/port/devgui.c -> guigen* functions
Diffstat (limited to 'mkconfig')
-rw-r--r--mkconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkconfig b/mkconfig
index 791bea2..9f5365d 100644
--- a/mkconfig
+++ b/mkconfig
@@ -17,13 +17,13 @@ WINDOW_BACKEND=clutter # andr, clutter
# Except for building kernels, SYSTARG must always be the same as SYSHOST
#
SYSHOST=Linux #Nt #Plan9 # build system OS type (Hp, Inferno, Irix, Linux, MacOSX, Nt, Plan9, Solaris)
-SYSTARG=Android #Linux #$SYSHOST # target system OS type (Hp, Inferno, Irix, Linux, Nt, Plan9, Solaris)
+SYSTARG=Linux #Android #Linux #$SYSHOST # target system OS type (Hp, Inferno, Irix, Linux, Nt, Plan9, Solaris)
#
# specify the architecture of the target system - Plan 9 imports it from the
# environment; for other systems it is usually just hard-coded
#
-OBJTYPE=arm #386 # target system object type (eg, 386, arm, mips, power, s800, sparc)
+OBJTYPE=386 #arm #386 # target system object type (eg, 386, arm, mips, power, s800, sparc)
#OBJTYPE=$objtype
#