summaryrefslogtreecommitdiffstats
path: root/botan/src/build-data/cc/compaq.txt
blob: 66d3a5219cd735147208228397f26864b4bb4c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>