[Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generic64
------------------------------------------------------------------

                 Key: STDCXX-549
                 URL: https://issues.apache.org/jira/browse/STDCXX-549
             Project: C++ Standard Library
          Issue Type: Bug
          Components: Configuration
    Affects Versions: trunk
         Environment: Sun C++ 5.9/Linux/x86_64
            Reporter: Martin Sebor
            Priority: Critical


Configuration in wide (64-bit) mode with Sun C++ 5.9 fails on Linux/x86_64:

gmake config
gmake[3]: Entering directory `$(BUILDDIR)/include'

configuring stdcxx 4.2.0 for CC-++ on linux-2.6.9-42.elsmp-x86_64

checking if the compiler is sane                   no

int main () { return 0; }
CC -D_RWSTDDEBUG -I. -library=%none -g  -xarch=generic64 +w  -c a.cpp -o a.o
CC: illegal option usage -xarch=generic64
gmake[3]: *** [sane] Error 1
gmake[3]: Leaving directory `$(BUILDDIR)/include'
gmake[2]: *** [config.h] Error 2
gmake[2]: Leaving directory `$(BUILDDIR)/include'
gmake[1]: *** [config] Error 2
gmake[1]: Leaving directory `$(BUILDDIR)'
gmake: *** [config] Error 2
Command exited with non-zero status 2

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

Reply via email to