| Solaris |
|
|
prepare option?
A: Please see this page
3.Q: What GCC optimization levels are equivalent to the SunStudio optimization levels?
A: The SunStudio optimization levels are specified by the -xO command line option. These options are not accepted by GCC for SPARC Systems. Instead GCC for SPARC Systems uses -O options. The rough equivalence between them is specified in the following table.
| SunStudio optimization levels |
| Equivalent GCC for SPARC Systems optimization level |
| -xO0 |
| -O0 |
| -xO1 |
| none |
| -xO2 |
| -O1 and -O |
| -xO3 and -O |
| -O2 |
| -xO4 |
| none |
| -xO5 |
| -O3 |
| -fast |
| -fast 4.Q: What is the path to add to the environment variable PATH for the compilers? A: /opt/gcc/bin 5.Q: How to build GCCfss from sources ? A: Follow the following steps: |
Terms of Use
|
Privacy
|
Trademarks
|
Copyright Policy
|
Site Guidelines
|
Site Map
|
Help
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.
© 2012, Oracle Corporation and/or its affiliates.