summaryrefslogtreecommitdiffstats
path: root/debian/config/hppa/defines.toml
blob: b900d437b2b4bf600812fc7da720c8d0b11a9d4d (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
28
29
30
[[flavour]]
name = 'parisc'
[flavour.defs]
is_default = true
[flavour.description]
hardware = '32-bit PA-RISC'
hardware_long = 'HP PA-RISC 32-bit systems with max 4 GB RAM'
[flavour.packages]
installer = true

[[flavour]]
name = 'parisc64'
[flavour.build]
compiler_gnutype = 'hppa64-linux-gnu'
compiler_gnutype_compat = 'hppa-linux-gnu'
[flavour.description]
hardware = '64-bit PA-RISC'
hardware_long = 'HP PA-RISC 64-bit systems with support for more than 4 GB RAM'
[flavour.packages]
installer = true

[[featureset]]
name = 'none'

[build]
kernel_file = 'arch/parisc/boot/bzImage'
kernel_stem = 'vmlinuz'

[relations.image]
suggests = ['palo']