blob: d00e56324efaa5bd7dd447be7c6731c19b93d244 (
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
|
qemu-accel
targettype aarch64 block!
targettype armv7l block!
targettype armv7hl block!
targettype 32bit block!
autoreqprov off
+/
requires "gcc"
config -/pkg-config$
post "#PLUGIN_POSTIN#"
postun "#PLUGIN_POSTUN#"
python-accel
targettype aarch64 block!
targettype armv7l block!
targettype armv7hl block!
targettype 32bit block!
autoreqprov off
+/
clang-accel
targettype aarch64 block!
targettype armv7l block!
targettype 32bit block!
autoreqprov off
+/
|