Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

8.3 SPARC options

On the SPARC range of processors the -mcpu=CPU option generates processor-specific code. The valid options for CPU are v7, v8 (SuperSPARC), Sparclite, Sparclet and v9 (UltraSPARC). Code produced with a specific -mcpu option will not run on other processors in the SPARC family, except where supported by the backwards-compatibility of the processor itself.

On 64-bit UltraSPARC systems the options -m32 and -m64 control code generation for 32-bit or 64-bit environments. The 32-bit environment selected by -m32 uses int, long and pointer types with a size of 32 bits. The 64-bit environment selected by -m64 uses a 32-bit int type and 64-bit long and pointer types.


 
 
  Published under the terms of the GNU General Public License Design by Interspire