Skip to content

Commit 213ac1a

Browse files
authored
Merge pull request #7959 from billphipps/sgx_c99_fix
Update to use C99 instead of C11 because of lack of SGX support
2 parents 10c1fa2 + 2323140 commit 213ac1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IDE/LINUX-SGX/sgx_t_static.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ifeq ($(HAVE_WOLFSSL_SP), 1)
115115
endif
116116

117117

118-
Flags_Just_For_C := -Wno-implicit-function-declaration -std=c11
118+
Flags_Just_For_C := -Wno-implicit-function-declaration -std=c99
119119
Common_C_Cpp_Flags := $(SGX_COMMON_CFLAGS) -nostdinc -fvisibility=hidden -fpie -fstack-protector $(Wolfssl_Include_Paths) -fno-builtin-printf -I.
120120
Wolfssl_C_Flags := $(Flags_Just_For_C) $(Common_C_Cpp_Flags) $(Wolfssl_C_Extra_Flags)
121121

0 commit comments

Comments
 (0)