From commits-return-62694-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Thu Jun 10 14:15:36 2010 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 62804 invoked from network); 10 Jun 2010 14:15:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Jun 2010 14:15:36 -0000 Received: (qmail 22878 invoked by uid 500); 10 Jun 2010 14:15:36 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 22838 invoked by uid 500); 10 Jun 2010 14:15:36 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 22831 invoked by uid 99); 10 Jun 2010 14:15:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 14:15:36 +0000 X-ASF-Spam-Status: No, hits=-1511.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 14:15:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5AEFDxB029618 for ; Thu, 10 Jun 2010 14:15:14 GMT Message-ID: <21557180.22141276179313784.JavaMail.jira@thor> Date: Thu, 10 Jun 2010 10:15:13 -0400 (EDT) From: "Catherine Hope (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-6512) [classlib][build] Use xlc_r AIX C compiler instead of xlc In-Reply-To: <15436924.10361274264693553.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HARMONY-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Catherine Hope closed HARMONY-6512. ----------------------------------- > [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 > Assignee: Mark Hindess > 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.