diff options
| author | Yaroslav Kolomiiets <yarikos@gmail.com> | 2017-02-27 17:23:28 +0200 |
|---|---|---|
| committer | Yaroslav Kolomiiets <yarikos@gmail.com> | 2017-02-27 17:23:28 +0200 |
| commit | 7ef44d652ae9e5e1f5b3465d73684e4a54de73c0 (patch) | |
| tree | 2c76cd7d21332631439d1dc60d87cb66fd47db34 /mkconfig | |
| parent | fd29964f362afd85503d5f005122cedf030c6aa1 (diff) | |
add AIX/power port
Diffstat (limited to 'mkconfig')
| -rw-r--r-- | mkconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ TKSTYLE=std # # Except for building kernels, SYSTARG must always be the same as SYSHOST # -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) +SYSHOST=Plan9 # build system OS type (AIX, Hp, Inferno, Irix, Linux, MacOSX, Nt, Plan9, Solaris) +SYSTARG=$SYSHOST # target system OS type (AIX, Hp, Inferno, Irix, Linux, Nt, Plan9, Solaris) # # specify the architecture of the target system - Plan 9 imports it from the |
