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

« back to all changes in this revision

Viewing changes to misc/config/cc/ekopath

  • 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 "PathScale EKOPath C++"
2
 
 
3
 
binary_name "pathCC"
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
 
lib_opt_flags "-O3 -OPT:Ofast:alias=disjoint"
12
 
check_opt_flags "-O2"
13
 
lang_flags "-D_REENTRANT -ansi -Wno-long-long"
14
 
warning_flags "-W -Wall"
15
 
 
16
 
ar_command "pathCC -ar -o"
17
 
 
18
 
so_obj_flags "-fPIC"
19
 
debug_flags "-g"
20
 
 
21
 
makefile_style unix
22
 
 
23
 
<so_link_flags>
24
 
default -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME)"
25
 
</so_link_flags>
26
 
 
27
 
<mach_opt>
28
 
athlon   -> "-mcpu=athlon"
29
 
pentium4 -> "-mcpu=pentium4"
30
 
 
31
 
opteron  -> "-mcpu=opteron"
32
 
em64t    -> "-mcpu=em64t"
33
 
core2duo -> "-mcpu=core"
34
 
 
35
 
ia32     -> "-mcpu=anyx86"
36
 
amd64    -> "-mcpu=athlon64"
37
 
</mach_opt>
38
 
 
39
 
<os>
40
 
linux
41
 
</os>
42
 
 
43
 
<arch>
44
 
ia32
45
 
amd64
46
 
</arch>