mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
8fecc35d72
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>