iraf-v216 · Code · Issues (50) · Pull requests (81)
iraf.net pull request #76
[linux] Consequently add -m32 flags if compiling for linux(32)
olebole merged 1 commit to iraf-community/iraf
olebole commented on 2017-05-23
This allows cross compilation on a 64-bit Linux system with 32-bit Linux as target system. One advantage is that one doesn’t need an 32-bit system to build the 32-bit version (just like for MacOS X). The other advantage is that – if used in conjunction with #36 – we get regular tests for 32-bit Linux versions on Travis.
This requires to have according compiler support and libraries installed (gcc-multilib
, libcurl4-gnutls-dev:i386
, libncurses5-dev:i386
on Debian/Ubuntu).
This PR closes #72.
The PR needs to be manually rebased once the other patches are applied – specifically use-sh-in-mklibs
(#38). But this is a rather simple change…
Commits
- Consequently add -m32 flags if compiling for linux(32) [f74626af]
Last updated on 2017-10-27