diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:06:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:06:00 +0000 |
commit | b15a952c52a6825376d3e7f6c1bf5c886c6d8b74 (patch) | |
tree | 1500f2f8f276908a36d8126cb632c0d6b1276764 /debian/config/hppa/defines | |
parent | Adding upstream version 5.10.209. (diff) | |
download | linux-b15a952c52a6825376d3e7f6c1bf5c886c6d8b74.tar.xz linux-b15a952c52a6825376d3e7f6c1bf5c886c6d8b74.zip |
Adding debian version 5.10.209-2.debian/5.10.209-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 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/config/hppa/defines b/debian/config/hppa/defines new file mode 100644 index 000000000..2dc7853a3 --- /dev/null +++ b/debian/config/hppa/defines @@ -0,0 +1,29 @@ +[base] +flavours: parisc parisc64 +default-flavour: parisc +kernel-arch: parisc + +[build] +image-file: arch/parisc/boot/bzImage +# temporarily disable debug info: Required disk size exceeds our hppa buildd machines. +debug-info: false + +[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 + +[parisc64_base] +cflags: -fno-cse-follow-jumps +override-host-type: hppa64-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 + +[relations] +gcc-10: gcc-10 <!stage1 !cross !pkg.linux.nokernel>, gcc-10-hppa-linux-gnu <!stage1 cross !pkg.linux.nokernel>, binutils-hppa64-linux-gnu <!stage1 !pkg.linux.nokernel>, gcc-10-hppa64-linux-gnu <!stage1 !pkg.linux.nokernel> + |