updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / inferno-os / arch.patch
blob9046fc30c39038475a0d68edf196d8fda9b259da
1 --- mkconfig.old 2009-10-30 01:37:28.986417393 +0100
2 +++ mkconfig 2009-10-30 01:37:10.263562486 +0100
3 @@ -4,7 +4,7 @@
4 # They are almost always the same.
6 # On Nt systems, the ROOT path MUST be of the form `drive:/path'
7 -ROOT=/usr/inferno
8 +ROOT=/home/johnny/dev/inferno-os/pkg/opt/inferno-os
11 # Specify the flavour of Tk (std for standard builds)
12 @@ -14,15 +14,15 @@
14 # Except for building kernels, SYSTARG must always be the same as SYSHOST
16 -SYSHOST=Plan9 # build system OS type (Hp, Inferno, Irix, Linux, MacOSX, Nt, Plan9, Solaris)
17 +SYSHOST=Linux # build system OS type (Hp, Inferno, Irix, Linux, MacOSX, Nt, Plan9, Solaris)
18 SYSTARG=$SYSHOST # target system OS type (Hp, Inferno, Irix, Linux, Nt, Plan9, Solaris)
21 # specify the architecture of the target system - Plan 9 imports it from the
22 # environment; for other systems it is usually just hard-coded
24 -#OBJTYPE=386 # target system object type (eg, 386, arm, mips, power, s800, sparc)
25 -OBJTYPE=$objtype
26 +OBJTYPE=386 # target system object type (eg, 386, arm, mips, power, s800, sparc)
27 +#OBJTYPE=$objtype
30 # no changes required beyond this point