blob: 3cfa5a6879f4f0b1d3b4acc5664d84ffc9c8ba27 (
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
30
31
32
33
34
35
|
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"
makefile_style unix
<so_link_flags>
default -> "$(CXX) -shared -soname $(SONAME)"
</so_link_flags>
<mach_opt>
alpha -> "-arch=SUBMODEL" alpha-
</mach_opt>
<arch>
alpha
</arch>
<os>
tru64
linux
</os>
|