blob: 4ce559e2859923fc8b880fa2eb258f899f7fa0b1 (
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
31
32
33
|
[base]
flavours: parisc parisc64
default-flavour: parisc
kernel-arch: parisc
[build]
image-file: arch/parisc/boot/bzImage
[image]
suggests: palo
install-stem: vmlinuz
[parisc_description]
hardware: 32-bit PA-RISC
hardware-long: HP PA-RISC 32-bit systems with max 4 GB RAM
[parisc_packages]
installer: true
[parisc64_base]
cflags: -fno-cse-follow-jumps
# no Debian architecture defined; force cross-build
kernel-deb-arch: undefined
kernel-gnu-type: hppa64-linux-gnu
compat-deb-arch: hppa
compat-gnu-type: hppa-linux-gnu
[parisc64_description]
hardware: 64-bit PA-RISC
hardware-long: HP PA-RISC 64-bit systems with support for more than 4 GB RAM
[parisc64_packages]
installer: true
|