diff options
Diffstat (limited to 'src/build-data/cc/compaq')
-rw-r--r-- | src/build-data/cc/compaq | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/build-data/cc/compaq b/src/build-data/cc/compaq new file mode 100644 index 000000000..66d3a5219 --- /dev/null +++ b/src/build-data/cc/compaq @@ -0,0 +1,29 @@ +realname "Compaq C++" + +binary_name "cxx" + +compile_option "-c " +output_to_option "-o " +add_include_dir_option "-I" +add_lib_dir_option "-L" +add_lib_option "-l" + +# -O3 and up seem to be unhappy with Botan +lib_opt_flags "-O2" +check_opt_flags "-O2" +debug_flags "-g" +no_debug_flags "" +lang_flags "-std ansi -D__USE_STD_IOSTREAM" + +dll_import_flags "" +dll_export_flags "" + +makefile_style unix + +<so_link_flags> +default -> "$(CXX) -shared -soname $(SONAME)" +</so_link_flags> + +<mach_opt> +alpha -> "-arch=SUBMODEL" alpha- +</mach_opt> |