diff options
Diffstat (limited to 'debian/config/hppa/defines')
-rw-r--r-- | debian/config/hppa/defines | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/config/hppa/defines b/debian/config/hppa/defines new file mode 100644 index 000000000..263efcc83 --- /dev/null +++ b/debian/config/hppa/defines @@ -0,0 +1,32 @@ +[base] +flavours: parisc parisc-smp parisc64-smp +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 + +[parisc-smp_description] +hardware: multiprocessor 32-bit PA-RISC +hardware-long: HP PA-RISC 32-bit SMP systems with max 4 GB RAM + +[parisc64-smp_base] +cflags: -fno-cse-follow-jumps +override-host-type: hppa64-linux-gnu + +[parisc64-smp_description] +hardware: multiprocessor 64-bit PA-RISC +hardware-long: HP PA-RISC 64-bit SMP systems with support for more than 4 GB RAM + +[relations] +gcc-8: gcc-8 <!stage1 !cross !pkg.linux.nokernel>, gcc-8-hppa-linux-gnu <!stage1 cross !pkg.linux.nokernel>, binutils-hppa64-linux-gnu <!stage1 !pkg.linux.nokernel>, gcc-8-hppa64-linux-gnu <!stage1 !pkg.linux.nokernel> + |