diff options
| author | Steve McIntyre <steve@einval.com> | 2023-01-22 14:02:25 +0000 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2023-01-22 14:05:16 +0000 |
| commit | 65f161eefe0693635e292a76ab794a6ed8bb0b80 (patch) | |
| tree | 1c403bb1cdb7e2f5cd9a1db1882d7a7214607c38 /debian/rules | |
| parent | b61b8af886e45e41b69b90cf04cece3449d7a889 (diff) | |
| download | efi-boot-shim-65f161eefe0693635e292a76ab794a6ed8bb0b80.tar.gz efi-boot-shim-65f161eefe0693635e292a76ab794a6ed8bb0b80.zip | |
Switch to using gcc-12
Closes: #1022180
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6228fcca..c630fa71 100755 --- a/debian/rules +++ b/debian/rules @@ -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) |
