-
Notifications
You must be signed in to change notification settings - Fork 180
Expand file tree
/
Copy pathbinutils.yaml
More file actions
99 lines (94 loc) · 1.62 KB
/
Copy pathbinutils.yaml
File metadata and controls
99 lines (94 loc) · 1.62 KB
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
90
91
92
93
94
95
96
97
98
99
# vim: tabstop=39 expandtab softtabstop=39 nomodeline
- { setname: $1, namepat: "gnat(cross-binutils.*)", addflavor: gnat }
- { setname: binutils, namepat: "binutils[0-9.-]+" }
- setname: binutils
name:
- cross-binutils
- binutils-libs
- binutils-cross-embedded
- binutils-djgpp
addflavor: true
- namepat: |
(?:cross-?)?(
aarch64|
amd64|
armv7l|
armv8l|
arm|
avr32|
avr|
avr|
hppa64|
hppa|
i386|
i586|
i686|
ia64|
m64k|
mips64|
mipsel|
mips|
native|
powerpc64le|
powerpc64|
powerpc|
ppc64le|
ppc64|
riscv32|
riscv64|
riscv|
s390x|
s390|
sparc64|
sparc|
x86-64|
xtensa|
nonexistingpackagenamejusttokeeppipeonthepreviousline
)(
-aout|
-eabi|
-elf|
-frc|
-gnueabihf|
-gnueabi|
-gnu|
-hyperbolabsd|
-linaro|
-linux|
-none|
-unknown|
nonexistingpackagenamejusttokeeppipeonthepreviousline
)*-binutils(?:-cs)?[0-9.-]*
setname: binutils
verpat: ".*\\..*" # excludes different thing from debian
addflavor: true
- namepat: |
(?:cross-)?binutils(?:[+-]?cross)?-(
aarch64|
amd64|
arm64|
armel|
armhf|
arm|
avr|
hppa64|
i686|
mips|
powerpc|
ppc64el|
ppc64|
riscv64|
nonexistingpackagenamejusttokeeppipeonthepreviousline
)(
-cross|
-eabi|
-elf|
-gnu|
-linux|
-none|
-unknown|
nonexistingpackagenamejusttokeeppipeonthepreviousline
)*[0-9.-]*
setname: binutils
verpat: ".*\\..*" # excludes different thing from debian
addflavor: true