UBUNTU: [Packaging] move to gcc-13 by default
Ignore: yes Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
fcda365ceb
commit
c1620311d8
Vendored
+1
-1
@@ -97,7 +97,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-12
|
||||
export gcc?=gcc-13
|
||||
GCC_BUILD_DEPENDS=\ $(gcc), $(gcc)-aarch64-linux-gnu [arm64] <cross>, $(gcc)-arm-linux-gnueabihf [armhf] <cross>, $(gcc)-powerpc64le-linux-gnu [ppc64el] <cross>, $(gcc)-riscv64-linux-gnu [riscv64] <cross>, $(gcc)-s390x-linux-gnu [s390x] <cross>, $(gcc)-x86-64-linux-gnu [amd64] <cross>,
|
||||
|
||||
abidir := $(CURDIR)/$(DEBIAN)/__abi.current/$(arch)
|
||||
|
||||
Reference in New Issue
Block a user