Skip to content

Commit 0cd02b7

Browse files
committed
Use gcc-13 to build Linux 6.16 on 24.04
1 parent d58e3f2 commit 0cd02b7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
linux (6.16.3-76061603.202508231538) noble; urgency=low
1+
linux (6.16.3-76061603.202508231538) questing; urgency=low
22

33
[ Mainline Build ]
44
Mainline build at commit: v6.16.3

debian/control

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ XSC-Ubuntu-Compatible-Signing: ubuntu/4 pro/3
66
Rules-Requires-Root: no
77
Standards-Version: 3.9.4.0
88
Build-Depends:
9-
gcc-14:native, gcc-14-aarch64-linux-gnu [arm64] <cross>, gcc-14-arm-linux-gnueabihf [armhf] <cross>, gcc-14-powerpc64le-linux-gnu [ppc64el] <cross>, gcc-14-riscv64-linux-gnu [riscv64] <cross>, gcc-14-s390x-linux-gnu [s390x] <cross>, gcc-14-x86-64-linux-gnu [amd64] <cross>,
9+
gcc-13:native, gcc-13-aarch64-linux-gnu [arm64] <cross>, gcc-13-arm-linux-gnueabihf [armhf] <cross>, gcc-13-powerpc64le-linux-gnu [ppc64el] <cross>, gcc-13-riscv64-linux-gnu [riscv64] <cross>, gcc-13-s390x-linux-gnu [s390x] <cross>, gcc-13-x86-64-linux-gnu [amd64] <cross>,
1010
autoconf <!stage1>,
1111
automake <!stage1>,
1212
bc <!stage1>,
@@ -205,7 +205,7 @@ Architecture: all
205205
Multi-Arch: foreign
206206
Section: kernel
207207
Priority: optional
208-
Provides:
208+
Provides:
209209
linux-cpupower,
210210
Recommends:
211211
bpftool (>= 7.6.0+6.14.0-8~),
@@ -721,3 +721,4 @@ Description: Linux kernel vision modules for version 6.16.3-76061603
721721
one of the linux-modules-vision-generic-64k* meta-packages,
722722
which will ensure that upgrades work correctly, and that supporting packages are
723723
also installed.
724+

debian/rules.d/0-common-vars.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gcc:=gcc-14
1+
gcc:=gcc-13
22
# Used when you need to 'escape' a comma.
33
comma = ,
44
empty :=

0 commit comments

Comments
 (0)