[ 
https://issues.apache.org/jira/browse/DAEMON-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14058820#comment-14058820
 ] 

Emmanuel Bourg commented on DAEMON-321:
---------------------------------------

Hi Jian, I thought we already supported s390x, see:

https://github.com/apache/commons-daemon/blob/1.0.x/src/native/unix/support/apsupport.m4#L172

{code}
  s390 | s390x)
    CFLAGS="$CFLAGS -DCPU=\\\"s390\\\""
    supported_os="s390"
    HOST_CPU=s390
    ;;
{code}

This change was taken from the Debian package and it seems to build:

https://buildd.debian.org/status/fetch.php?pkg=commons-daemon&arch=s390x&ver=1.0.15-5&stamp=1390779767

Is it correct for you?


> Support the zLinux system
> -------------------------
>
>                 Key: DAEMON-321
>                 URL: https://issues.apache.org/jira/browse/DAEMON-321
>             Project: Commons Daemon
>          Issue Type: New Feature
>          Components: Jsvc
>    Affects Versions: 1.0.15
>         Environment: zLinux systems
>            Reporter: Jian Le
>              Labels: features
>             Fix For: 1.0.16
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> We just need to add 5 lines into the 
> /commons-daemon-1.0.16-src/src/native/unix/support/apsupport.m4 file:
> s390x)
>     CFLAGS="$CFLAGS -DCPU=\\\"s390x\\\""
>     supported_os="s390x"
>     HOST_CPU=s390x
>     ;;
> Preferably right after the s390 platform.   



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to