You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Catherine Hope (JIRA)" <ji...@apache.org> on 2010/05/19 12:26:53 UTC

[jira] Updated: (HARMONY-6512) [classlib][build] Use xlc_r AIX C compiler instead of xlc

     [ https://issues.apache.org/jira/browse/HARMONY-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Catherine Hope updated HARMONY-6512:
------------------------------------

    Attachment: 6512.patch

Change the name of the compiler in the AIX make files

> [classlib][build] Use xlc_r AIX C compiler instead of xlc
> ---------------------------------------------------------
>
>                 Key: HARMONY-6512
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6512
>             Project: Harmony
>          Issue Type: Improvement
>          Components: build - test - ci
>            Reporter: Catherine Hope
>            Priority: Minor
>         Attachments: 6512.patch
>
>
> The AIX C compiler recommended for use with multi-threaded programs is xlc_r (http://www.nersc.gov/nusers/resources/software/ibm/xlc.html), so we should use this instead of xlc in order that, for example, we get a thread-local errno variable rather than just a global one which may be overwritten by other threads.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.