diff options
| author | bhgv <bhgv.empire@gmail.com> | 2018-03-02 04:05:25 +0200 |
|---|---|---|
| committer | bhgv <bhgv.empire@gmail.com> | 2018-03-02 04:05:25 +0200 |
| commit | d62aed582bf9c4359527aabfc10e6bb1bda207c4 (patch) | |
| tree | 42010d1ae56b588184cf3957e4d8288564c95f2c /mkconfig | |
| parent | 0e00ccc314faa6ad00e55c4a2b09adff5a8c9459 (diff) | |
ready to build under Linux to Android
Diffstat (limited to 'mkconfig')
| -rw-r--r-- | mkconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ # They are almost always the same. # On Nt systems, the ROOT path MUST be of the form `drive:/path' -ROOT=$PWD +ROOT=$ROOT # # Specify the flavour of Tk (std for standard builds) @@ -14,7 +14,7 @@ TKSTYLE=std # # Except for building kernels, SYSTARG must always be the same as SYSHOST # -SYSHOST=Nt #Plan9 # build system OS type (Hp, Inferno, Irix, Linux, MacOSX, Nt, Plan9, Solaris) +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) # |
