]> git.proxmox.com Git - efi-boot-shim.git/commitdiff
Switch to using gcc-12
authorSteve McIntyre <steve@einval.com>
Sun, 22 Jan 2023 14:02:25 +0000 (14:02 +0000)
committerSteve McIntyre <steve@einval.com>
Sun, 22 Jan 2023 14:05:16 +0000 (14:05 +0000)
Closes: #1022180
debian/changelog
debian/control
debian/rules

index 0f39a32536fda3aaac51c4f553706ae1b6dc54bd..2f7f6ec24eff7e34e22a8bcec996fff8d7a3158c 100644 (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
 
index 1526125c2fed14c8865e93949c73900f02025e34..6127d7dcdefbbf97174318a2deb8e8b36a3fa6e4 100644 (file)
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 12),
               sbsigntool,
               openssl,
               libelf-dev,
-              gcc-10,
+              gcc-12,
               dos2unix,
               pesign (>= 0.112-5),
               xxd,
index 6228fcca4483dc254e272aa6ba6a70c0e3b2e047..c630fa71f12d536e8f2152019a18c24ecedf00a7 100755 (executable)
@@ -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)