[zeromq-dev] s390x support

Neale Ferguson neale at sinenomine.net
Mon Jan 10 16:38:40 CET 2011


If I create SConstruct.s390x how does the build process choose to use it?


On 1/8/11 12:05 AM, "Steven McCoy" <steven.mccoy at miru.hk> wrote:

Well the continuing hint from other developers is that OpenPGM should include an Autoconf/Automake system to just build the library.  I'm using Scons because it is the only viable build system for producing cross-platform debug, release, profile libraries along side unit test builds.

For OpenPGM you can clone SConstruct and tailor it for System Z, i.e. comment out CONFIG_HAVE_HPET, CONFIG_HAVE_RTC, CONFIG_HAVE_RTC.

http://code.google.com/p/openpgm/source/browse/trunk/openpgm/pgm/SConstruct?r=1269

For ØMQ there are two parts, configure.in <http://configure.in>  needs to detect System Z, and then src/Makefile.am needs to be modified so that libpgm_diff_flags does not include those three parameters.

https://github.com/zeromq/zeromq2/blob/master/configure.in
https://github.com/zeromq/zeromq2/blob/master/src/Makefile.am
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20110110/2704c0e5/attachment.htm>


More information about the zeromq-dev mailing list