kiwix-build/kiwixbuild/platforms
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
..
__init__.py initial mips platform support, import from issue 48 2018-06-19 17:56:53 +02:00
android.py Be able to build multi-arch android apk. 2018-06-06 17:41:12 +02:00
armhf.py Merge toolchain and dependencies. 2018-05-31 11:30:25 +02:00
base.py Correctly extract platform from the dependency. 2018-06-12 16:12:15 +02:00
i586.py Move from target logic to steps logic. 2018-05-31 11:25:59 +02:00
ios.py Add ios_multi_arch fatlib. 2018-06-06 17:41:12 +02:00
mips32r2.py fix libdir name issue, copy tc libs for production targets 2018-06-24 04:25:08 +02:00
native.py Move from target logic to steps logic. 2018-05-31 11:25:59 +02:00
neutral.py Merge toolchain and dependencies. 2018-05-31 11:30:25 +02:00
win32.py Move from target logic to steps logic. 2018-05-31 11:25:59 +02:00