aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/cc/hpcc
blob: 7167be3292853463efe5b726d37efd16fcdd056d (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
36
37
realname "HP-UX C++"

binary_name "aCC"

compile_option "-c "
output_to_option "-o "
add_include_dir_option "-I"
add_lib_dir_option "-L"
add_lib_option "-l"

lib_opt_flags "+O2"
check_opt_flags "+O2"
debug_flags "-g"
no_debug_flags ""
lang_flags "-AA -ext +eh -z"
warning_flags "" # +w
so_obj_flags "+Z"

makefile_style unix

<mach_abi_linking>
hppa1.0 -> "+DAportable"
hppa1.1 -> "+DA1.1"
hppa2.0 -> "+DA2.0W"
</mach_abi_linking>

<so_link_flags>
default -> "$(CXX) +Z -b -Wl,+h,$(SONAME)" # Documented in cc(1), but not CC(1) (?)
</so_link_flags>

<arch>
hppa
</arch>

<os>
hpux
</os>