Switch to using gcc-12

Closes: #1022180
This commit is contained in:
Steve McIntyre 2023-01-22 14:02:25 +00:00
parent b61b8af886
commit 65f161eefe
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ shim (15.7-1) UNRELEASED; urgency=medium
* New upstream release fixing more bugs
* Add a further patch from upstream:
+ Make sbat_var.S parse right with buggy gcc/binutils
* Switch to using gcc-12. Closes: #1022180
-- Steve McIntyre <93sam@debian.org> Sun, 22 Jan 2023 13:12:14 +0000

2
debian/control vendored
View File

@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 12),
sbsigntool,
openssl,
libelf-dev,
gcc-10,
gcc-12,
dos2unix,
pesign (>= 0.112-5),
xxd,

2
debian/rules vendored
View File

@ -45,7 +45,7 @@ COMMON_OPTIONS += \
VENDOR_DBX_FILE=$(DBX_LIST) \
EFIDIR=$(distributor) \
CROSS_COMPILE=$(DEB_HOST_GNU_TYPE)- \
CC=$(DEB_HOST_GNU_TYPE)-gcc-10 \
CC=$(DEB_HOST_GNU_TYPE)-gcc-12 \
$(NULL)
$(DBX_LIST): $(DBX_HASHES)