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/defines | |
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 '')
-rw-r--r-- | debian/config/defines | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/config/defines b/debian/config/defines index 0bbee294c..6b60cfe9a 100644 --- a/debian/config/defines +++ b/debian/config/defines @@ -142,7 +142,7 @@ arches: sparc sparc64 x32 -compiler: gcc-12 +compiler: gcc-10 featuresets: none rt @@ -166,7 +166,7 @@ recommends: apparmor [relations] # compilers -gcc-12: gcc-12 <!stage1 !cross !pkg.linux.nokernel>, gcc-12-@gnu-type-package@ <!stage1 cross !pkg.linux.nokernel> +gcc-10: gcc-10 <!stage1 !cross !pkg.linux.nokernel>, gcc-10-@gnu-type-package@ <!stage1 cross !pkg.linux.nokernel> # initramfs-generators initramfs-fallback: linux-initramfs-tool |