Skip to content

Use gcc-13 to build Linux 6.12 on 24.04 #346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion debian.master/control.stub.in
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ Provides: wireguard-modules (= 1.0.0)
Depends:
${misc:Depends},
linux-image-PKGVER-ABINUM-generic (= ${source:Version}),
gcc-14,
linux-firmware,
intel-microcode [amd64],
amd64-microcode [amd64]
Expand Down
8 changes: 4 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ XSC-Ubuntu-Compatible-Signing: ubuntu/4 pro/3
Rules-Requires-Root: no
Standards-Version: 3.9.4.0
Build-Depends:
gcc-14, 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>,
gcc-13, 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>,
autoconf <!stage1>,
automake <!stage1>,
bc <!stage1>,
Expand Down Expand Up @@ -120,7 +120,6 @@ Provides: wireguard-modules (= 1.0.0)
Depends:
${misc:Depends},
linux-image-6.12.10-76061203-generic (= ${source:Version}),
gcc-14,
linux-firmware,
intel-microcode [amd64],
amd64-microcode [amd64]
Expand Down Expand Up @@ -200,8 +199,8 @@ Architecture: all
Multi-Arch: foreign
Section: kernel
Priority: optional
Provides:
bpftool,
Provides:
bpftool,
linux-cpupower,
Depends: ${misc:Depends}, lsb-release, hwdata
Description: Linux kernel version specific tools for version 6.12.10
Expand Down Expand Up @@ -560,3 +559,4 @@ Description: Linux kernel buildinfo for version 6.12.10 on 64 bit x86 SMP
64 bit x86 SMP.
.
You likely do not want to install this package.

2 changes: 1 addition & 1 deletion debian/rules.d/0-common-vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ CROSS_COMPILE ?= $(DEB_HOST_GNU_TYPE)-
# If a given kernel wants to change this, they can do so via their own
# $(DEBIAN)/rules.d/hooks.mk and $(DEBIAN)/rules.d/$(arch).mk files
#
export gcc?=gcc-14
export gcc?=gcc-13
export rustc?=rustc
export rustfmt?=rustfmt
export bindgen?=bindgen
Expand Down