Deprecated options are options for which there is a newer, replacement option.
Avoid using deprecated options and switch to the suggested alternative.
| Option |
Meaning |
| -386 |
Use -xtarget=386 instead. |
| -486 |
Use -xtarget=486 instead. |
| -a |
Use -xa instead. |
| -cg |
Use -xcg instead. |
| -dalign |
Use -xmemalign instead. |
| -inline |
Use -xinline instead. |
| -KPIC |
Use -xcode=pic32 instead. |
| -Kpic |
Use -xcode=pic13 instead. |
| -libmieee |
Use -xlibmieee instead. |
| -libmil |
Use -xlibmil instead. |
| -misalign |
This option is deprecated in the C compiler so use the -xmemalign=1i
option instead. However, this option is allowed in the C++ compiler where it permits
misaligned data in memory which would otherwise generate an error.
|
| -native |
Use -xtarget=native instead. |
| -noex |
Use -features=no%except instead. |
| -nolib |
Use -xnolib instead. |
| -nolibmil |
Use -xnolibmil instead. |
| -Olevel |
Use -xOlevel instead. Note: use the capital letter o for this
option, not zero.
|
| -p |
Use -xpg instead. |
| -pentium |
Use -xtarget=pentium instead. |
| -pg |
Use -xpg instead. |
| -pta |
Use -template=wholeclass instead. |
| -pto |
Use -instances=static instead. |
| -ptv |
Use -verbose=template instead. |
| -q |
Use -Q instead. |
| -qproduce |
Use -Qproduce instead. |
| -time |
Use -xtime instead. |
| -vdelx |
Deprecated, do not use. |
| -Xm |
Use -features=iddollar instead. |
| -xlic_lib |
Use -library=sunperf instead. |