diff options
author | lloyd <[email protected]> | 2006-06-03 05:58:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-06-03 05:58:02 +0000 |
commit | e321ef1ed76cd0e4ce90734cd7b5b7bd764646bd (patch) | |
tree | 19c0825f124e758fe3a5f76710b94c49ee0545de /misc/config/cc/sgipro64 | |
parent | f6364c81754f95172d098cbefe3c33321bc6d99c (diff) |
Move the configure.pl generation code into the tree.
Diffstat (limited to 'misc/config/cc/sgipro64')
-rw-r--r-- | misc/config/cc/sgipro64 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/misc/config/cc/sgipro64 b/misc/config/cc/sgipro64 new file mode 100644 index 000000000..aa09ebf02 --- /dev/null +++ b/misc/config/cc/sgipro64 @@ -0,0 +1,35 @@ +realname "SGI Pro64" + +binary_name "sgiCC" + +compile_option "-c" +output_to_option "-o" +add_include_dir_option "-I" +add_lib_dir_option "-L" +add_lib_option "-l" + +lib_opt_flags "-O3 -OPT:alias=TYPED" +check_opt_flags "-O3 -OPT:alias=TYPED" +debug_flags "-g3" +no_debug_flags "" +so_obj_flags "-KPIC" +lang_flags "-ansi -LANG:ansi-for-init-scope=ON" +warning_flags "-Wall -W" + +makefile_style unix + +<so_link_flags> +default -> "$(CXX) -shared -Wl,-soname,$(SONAME)" +</so_link_flags> + +<mach_opt> + +</mach_opt> + +<arch> +ia64 +</arch> + +<os> +linux +</os> |