Skip to content

Commit

Permalink
Downgrade to gcc-11
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 authored and 13r0ck committed Feb 9, 2023
1 parent b391513 commit 555ca32
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -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-11
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)
Expand Down

0 comments on commit 555ca32

Please sign in to comment.