~ubuntu-branches/debian/sid/botan/sid

« back to all changes in this revision

Viewing changes to misc/config/cc/kai

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2018-03-01 22:23:25 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20180301222325-7p7vc45gu3hta34d
Tags: 2.4.0-2
* Don't remove .doctrees from the manual if it doesn't exist.
* Don't specify parallel to debhelper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
realname "KAI C++"
2
 
 
3
 
binary_name "KCC"
4
 
 
5
 
compile_option "-c "
6
 
output_to_option "-o "
7
 
add_include_dir_option "-I"
8
 
add_lib_dir_option "-L"
9
 
add_lib_option "-l"
10
 
 
11
 
ar_command "KCC -o"
12
 
 
13
 
lib_opt_flags "+K3 --inline_auto_space_time=65 --abstract_pointer"
14
 
check_opt_flags "+K3"
15
 
lang_flags "-D__KAI_STRICT"
16
 
debug_flags "-g"
17
 
no_debug_flags ""
18
 
 
19
 
makefile_style unix
20
 
 
21
 
<so_link_flags>
22
 
default -> "$(CXX) --soname $(SONAME)"
23
 
</so_link_flags>
24
 
 
25
 
<mach_abi_linking>
26
 
all -> "--one_per"
27
 
</mach_abi_linking>
28
 
 
29
 
<arch>
30
 
alpha
31
 
hppa
32
 
ia32
33
 
mips32
34
 
mips64
35
 
sparc32
36
 
sparc64
37
 
</arch>
38
 
 
39
 
<os>
40
 
hpux
41
 
irix
42
 
linux
43
 
solaris
44
 
tru64
45
 
</os>
46