diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-10-24 15:42:31 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-10-24 15:42:31 +0000 |
| commit | a724700a1cd89f5afa7aceeb390bb77721c5ca57 (patch) | |
| tree | b3324dce30894fe646dfbaafd5a14640ede49030 /mkconfig | |
| parent | 442f83babb46ef46f7d13632b36c4744e88a5f49 (diff) | |
20081024-1642
Diffstat (limited to 'mkconfig')
| -rw-r--r-- | mkconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,14 +14,14 @@ TKSTYLE=std # # Except for building kernels, SYSTARG must always be the same as SYSHOST # -SYSHOST=Plan9 # build system OS type (Hp, Inferno, Irix, Linux, Nt, Plan9, Solaris) +SYSHOST=Plan9 # build system OS type (Hp, Inferno, Irix, Linux, MacOSX, Nt, Plan9, Solaris) SYSTARG=$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=386 # target system object type (s800, mips, 386, arm, sparc) +#OBJTYPE=386 # target system object type (eg, 386, arm, mips, powerpc, s800, sparc) OBJTYPE=$objtype # |
