aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/cc/sunwspro
diff options
context:
space:
mode:
Diffstat (limited to 'misc/config/cc/sunwspro')
-rw-r--r--misc/config/cc/sunwspro53
1 files changed, 53 insertions, 0 deletions
diff --git a/misc/config/cc/sunwspro b/misc/config/cc/sunwspro
new file mode 100644
index 000000000..a8b6a0563
--- /dev/null
+++ b/misc/config/cc/sunwspro
@@ -0,0 +1,53 @@
+realname "Sun Workshop Pro C++"
+
+binary_name "CC"
+
+compile_option "-c"
+output_to_option "-o"
+add_include_dir_option "-I"
+add_lib_dir_option "-L"
+add_lib_option "-l"
+
+# The compiler supports up to -xO5, but anything higher than -xO2 causes
+# incorrect results, infinite loops, other badness. :(
+lib_opt_flags "-xO2"
+check_opt_flags "-xO2"
+debug_flags "-g"
+no_debug_flags ""
+so_obj_flags "-KPIC"
+warning_flags "+w"
+lang_flags "+p -D__EXTENSIONS__"
+
+makefile_style unix
+
+<so_link_flags>
+default -> "$(CXX) -G -h$(SONAME)"
+</so_link_flags>
+
+<mach_opt>
+i386 -> "-xtarget=486"
+i486 -> "-xtarget=486"
+i586 -> "-xtarget=pentium"
+i686 -> "-xtarget=pentium_pro"
+pentium4 -> "-xtarget=pentium_pro"
+k6 -> "-xtarget=pentium"
+
+sparc32-v9 -> "-xchip=ultra -xarch=v8"
+
+sparc32 -> "-xchip=ultra -xarch=SUBMODEL" sparc32-
+sparc64 -> "-xchip=SUBMODEL" sparc64-
+</mach_opt>
+
+<mach_abi_linking>
+sparc64 -> "-xarch=v9"
+</mach_abi_linking>
+
+<arch>
+ia32
+sparc32
+sparc64
+</arch>
+
+<os>
+solaris
+</os>