blob: 90811b0391f0fbd92d0b370268dbece8be502bd3 (
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
|
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>
|