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

« back to all changes in this revision

Viewing changes to misc/config/arch/ia32

  • 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 "IA-32"
2
 
 
3
 
default_submodel i586
4
 
 
5
 
<aliases>
6
 
x86
7
 
ix86
8
 
80x86
9
 
i86pc # for Solaris
10
 
</aliases>
11
 
 
12
 
<submodels>
13
 
i386
14
 
i486
15
 
i586
16
 
i686
17
 
pentium4
18
 
k6
19
 
athlon
20
 
</submodels>
21
 
 
22
 
<submodel_aliases>
23
 
pentium -> i586
24
 
pentiumpro -> i686
25
 
pentium_pro -> i686
26
 
pentium2 -> i686
27
 
pentium3 -> i686
28
 
 
29
 
duron -> athlon
30
 
athlon-xp -> athlon
31
 
k7 -> athlon
32
 
 
33
 
p2 -> i686
34
 
p3 -> i686
35
 
p4 -> pentium4
36
 
</submodel_aliases>