Files
Bartosz Gotowalski 8fecc35d72 Delete broken checks for GCC version that break -fstack-protector-strong
The expr comparison is performing a string comparison and is thus
broken for any GCC version >= 10, preventing use of -fstack-protector-strong

Since GCC 4.9 was released almost 10 years ago (Aug 2016), it is reasonable
to drop the conditional check and assume -fstack-protector-strong is always
available for GCC.

Cherry-picked from external/dcap_source commit 2d483e35e7ebd70d91d88cd4abfd4c097f2e634c
applied to sdk/tvl/Makefile.standalone (file moved from QuoteVerification/dcap_tvl/)

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Bartosz Gotowalski <bartosz.gotowalski@intel.com>
2026-04-28 16:30:30 +02:00
..
2021-05-18 10:52:48 +08:00
2024-09-26 15:34:56 +08:00