Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 25052 invoked from network); 28 Aug 2007 22:32:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Aug 2007 22:32:04 -0000 Received: (qmail 16022 invoked by uid 500); 28 Aug 2007 22:32:00 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 16007 invoked by uid 500); 28 Aug 2007 22:32:00 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 15996 invoked by uid 99); 28 Aug 2007 22:32:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2007 15:32:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2007 22:32:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6C4571420E for ; Tue, 28 Aug 2007 15:31:31 -0700 (PDT) Message-ID: <25668017.1188340291811.JavaMail.jira@brutus> Date: Tue, 28 Aug 2007 15:31:31 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-489) [Intel C++ 10.0/Linux] BUILDMODE=narrow has no effect In-Reply-To: <6374193.1184782924583.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-489. ------------------------------- Assignee: Andrew Black Assigned to Andrew since he Resolved it (as Invalid) and Closed. > [Intel C++ 10.0/Linux] BUILDMODE=narrow has no effect > ----------------------------------------------------- > > Key: STDCXX-489 > URL: https://issues.apache.org/jira/browse/STDCXX-489 > Project: C++ Standard Library > Issue Type: Bug > Components: Configuration > Affects Versions: trunk > Environment: Intel C++ 10 on Linux > Reporter: Mark Brown > Assignee: Andrew Black > > Configuring stdcxx for 32-bits using BUILDMODE=pthreads,archive,optimized,narrow on x86_64 I see the system architecture is "LP64 little endian" instead of "ILP32 little endian." It looks like the "narrow" in BUILDMODE has no effect, kind of like "wide" had no effect in bug STDCXX-470. > $ nice make BUILDDIR=/home/mbrown/stdcxx-icc-10.0-12s BUILDMODE=pthreads,archive,optimized,narrow CONFIG=icc.config > creating BUILDDIR=/home/mbrown/stdcxx-icc-10.0-12s > generating /home/mbrown/stdcxx-icc-10.0-12s/makefile.in from /home/mbrown/stdcxx/etc/config/icc.config > make[1]: Entering directory `/home/mbrown/stdcxx-icc-10.0-12s' > make[2]: Entering directory `/home/mbrown/stdcxx-icc-10.0-12s/include' > make config > make[3]: Entering directory `/home/mbrown/stdcxx-icc-10.0-12s/include' > configuring stdcxx 4.2.0 for icc-10.0 on linux-2.6.18-1.2798.fc6-x86_64 > checking if the compiler is sane ok (invoked with icc) > checking if the linker is sane ok (invoked with icc) > checking system architecture LP64 little endian -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.