diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:22:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:22:28 +0000 |
commit | f380eefdbb01df868b4283fe65e77a152c07523f (patch) | |
tree | b7918d24edfc1c714cd89ce0639d03858e9bc1ee /debian/config/hppa | |
parent | Enabling Intel ARC dGPU support, to not require i915.force_probe= in cmdline. (diff) | |
download | linux-f380eefdbb01df868b4283fe65e77a152c07523f.tar.xz linux-f380eefdbb01df868b4283fe65e77a152c07523f.zip |
Building with gcc-10 instead of gcc-12.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/config/hppa')
-rw-r--r-- | debian/config/hppa/defines | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/config/hppa/defines b/debian/config/hppa/defines index 59f038dbf..3850c86ae 100644 --- a/debian/config/hppa/defines +++ b/debian/config/hppa/defines @@ -23,5 +23,5 @@ hardware: 64-bit PA-RISC hardware-long: HP PA-RISC 64-bit systems with support for more than 4 GB RAM [relations] -gcc-12: gcc-12 <!stage1 !cross !pkg.linux.nokernel>, gcc-12-hppa-linux-gnu <!stage1 cross !pkg.linux.nokernel>, binutils-hppa64-linux-gnu <!stage1 !pkg.linux.nokernel>, gcc-12-hppa64-linux-gnu <!stage1 !pkg.linux.nokernel> +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> |