diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:28:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:28:00 +0000 |
commit | 3565071f226432336a54d0193d729fa4508a3394 (patch) | |
tree | 4cde13f078f84c0a7785d234fd52edce7c90546a /debian/config/hppa/defines | |
parent | Adding upstream version 6.6.15. (diff) | |
download | linux-3565071f226432336a54d0193d729fa4508a3394.tar.xz linux-3565071f226432336a54d0193d729fa4508a3394.zip |
Adding debian version 6.6.15-2.debian/6.6.15-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/config/hppa/defines')
-rw-r--r-- | debian/config/hppa/defines | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/config/hppa/defines b/debian/config/hppa/defines new file mode 100644 index 0000000000..4ce559e285 --- /dev/null +++ b/debian/config/hppa/defines @@ -0,0 +1,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 |