cc:warning:-xarch=v8plus is not recommended. Use -m32 -xarch=sparc instead.
http://docs.sun.com/app/docs/doc/820-4155
Sun[tm] Studio 12: C++ 5.9 Compiler Readme
C. New and Changed Features
------------------------
A New Way To Specify 32-bit or 64-bit Address Model
You no longer need use the -xarch option to specify a 32-bit or 64-bit address model (LP64 versus ILP32). Two new options make it easier:
-m32 specifies the ILP32 model: 32-bit ints, longs, and pointer types.
-m64 specifies the LP64 model: 32-bit ints, 64-bit longs and pointers types. (Note that -m64 is the default on 64-bit Linux platforms.)
------------------------
Deprecated -xarch Flags and Their Replacements on SPARC Only
Use -xarch=sparc in place of -xarch=v8plus
Use -xarch=sparcvis in place of -xarch=v8plusa
Use -xarch=sparcvis2 in place of -xarch=v8plusb
Use -xarch=sparc -m64 in place of -xarch=v9
Use -xarch=sparcvis -m64 in place of -xarch=v9a
Use -xarch=sparcvis2 -m64 in place of -xarch=v9b
In general, the your makefile should use the same flags as our sample makefiles. In this case, however, the you should use -xarch=sparc in place of -xarch=v8plus, to avoid the warning that the new compiler is giving.
Related Articles
How to capture packets (pcap) using SilverTap for RSA Web Threat Detection 58Number of Views System.OutOfMemoryException: Insufficient memory to continue the execution of the program. 26Number of Views RSA Identity Governance & Lifecycle Entitlements Data Collector (EDC) failure EC[31002] 112Number of Views Error message "Error: java.lang.IllegalArgumentException: Window boundary must be positive" in the RSA SecurID Authenticat… 120Number of Views AFX failure when Proxy is enabled without defining Proxy Host or Port values in RSA Governance & Lifecycle 142Number of Views
Trending Articles
RSA Authentication Manager 8.9 Setup and Configuration Guide How to 'Trust' the RSA Authentication Manager Security Console Self-Signed Root CA certificate and prevent Cert warnings. RSA Authentication Manager 8.9 Release Notes (January 2026) Configure RSA Authentication Manager as a Secure Proxy Server for Cloud Access Service RSA Authentication Manager Upgrade Process