summaryrefslogtreecommitdiff
path: root/sofort/ccenv/ccenv.vars
blob: 6cdd5479abb4f41052b98a22c4a766332a73e764 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# system flavor
ccenv_os=
ccenv_os_semantics=

ccenv_os_dso_exrules=
ccenv_os_dso_linkage=

ccenv_os_app_prefix=
ccenv_os_app_suffix=

ccenv_os_lib_prefix=
ccenv_os_lib_suffix=

ccenv_os_implib_ext=
ccenv_os_libdef_ext=

ccenv_os_archive_ext=
ccenv_os_soname=

ccenv_os_lib_prefixed_suffix=
ccenv_os_lib_suffixed_suffix=

# characteristics
ccenv_cc_host=
ccenv_cc_bits=

ccenv_cc_arfmt=
ccenv_cc_sofmt=
ccenv_cc_binfmt=
ccenv_cc_underscore=
ccenv_cc_environment=

ccenv_cc_arch_bfd=
ccenv_cc_arch_llvm=

# incompatible tool variants
ccenv_as_asm=
ccenv_as_ll=
ccenv_as_mc=

ccenv_ld_bfd=
ccenv_ld_gold=
ccenv_ld_lld=

ccenv_objdump_bfd=
ccenv_objdump_llvm=

ccenv_readelf_bfd=
ccenv_readelf_llvm=

# tool variables
ccenv_cc=
ccenv_cpp=
ccenv_cxx=

ccenv_as=
ccenv_ld=

ccenv_ar=
ccenv_nm=
ccenv_objdump=
ccenv_ranlib=
ccenv_size=
ccenv_strip=
ccenv_strings=

ccenv_addr2line=
ccenv_cov=
ccenv_cxxfilt=
ccenv_objcopy=

ccenv_elfedit=
ccenv_readelf=
ccenv_readobj=

ccenv_perk=
ccenv_mdso=
ccenv_dlltool=

ccenv_windmc=
ccenv_windrc=

# cflags
ccenv_cflags_os=
ccenv_cflags_pic=

# pe
ccenv_pe_subsystem=
ccenv_pe_image_base=