ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / inferno / mkconfig.patch
blob6379e535b81856c96f6bef76079599551b89bba7
1 Index: mkconfig
2 ===================================================================
3 --- mkconfig (revision 221)
4 +++ mkconfig (working copy)
5 @@ -4,7 +4,7 @@
6 # They are almost always the same.
8 # On Nt systems, the ROOT path MUST be of the form `drive:/path'
9 -ROOT=/usr/inferno
10 +ROOT=/home/bzhou/devel/inferno-os
13 # Specify the flavour of Tk (std for standard builds)
14 @@ -14,7 +14,7 @@
16 # Except for building kernels, SYSTARG must always be the same as SYSHOST
18 -SYSHOST=Plan9 # build system OS type (Hp, Inferno, Irix, Linux, Nt, Plan9, Solaris)
19 +SYSHOST=Linux # build system OS type (Hp, Inferno, Irix, Linux, Nt, Plan9, Solaris)
20 SYSTARG=$SYSHOST # target system OS type (Hp, Inferno, Irix, Linux, Nt, Plan9, Solaris)
23 @@ -22,7 +22,7 @@
24 # environment; for other systems it is usually just hard-coded
26 #OBJTYPE=386 # target system object type (s800, mips, 386, arm, sparc)
27 -OBJTYPE=$objtype
28 +OBJTYPE=386
31 # no changes required beyond this point
32 Index: makemk.sh
33 ===================================================================
34 --- makemk.sh (revision 221)
35 +++ makemk.sh (working copy)
36 @@ -8,8 +8,8 @@
38 # change these defines as appropriate here or in mkconfig
39 # ROOT should be the root of the Inferno tree
40 -ROOT=/usr/inferno
41 -SYSTARG=FreeBSD
42 +ROOT=/home/bzhou/devel/inferno-os
43 +SYSTARG=Linux
44 OBJTYPE=386
45 SYSTYPE=posix