You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/08/29 00:31:31 UTC

[jira] Closed: (STDCXX-489) [Intel C++ 10.0/Linux] BUILDMODE=narrow has no effect

     [ 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.