Commit Graph

2 Commits

Author SHA1 Message Date
cm8 615e994d22 avoid heredoc expanding variables in fixenv-nonst-libdir script
necessary to output run-nonroot script correctly
2018-06-24 06:17:45 +02:00
cm8 2751616753 fix libdir name issue, copy tc libs for production targets
The following applies to mips32r2_uclibc_glibcxx_dyn target,
only:
  - libstdc++.so* tc libs are copied to INSTALL/lib/<full-arch>

  - i.e. there is an example showing how to copy other libs from
    the toolchain to supplement the installation files (in case
    they are found to be missing on a target machine)

  - if target already supplies libstdc++.so*, copied ones will be
    preferred for kiwix-tools binaries (when run from a non-std
    installation directory on the target), drawback in this case
    is extra space occupied by the lib, but the gain is less
    hazzle on target boxes that lack libstdc++.so*

  - comment or modify the lines in mips32r2.py accordingly to the
    setup of your mips target
2018-06-24 04:25:08 +02:00