We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daef47b commit 2c3b8f8Copy full SHA for 2c3b8f8
tools/testing/selftests/sgx/Makefile
@@ -12,7 +12,7 @@ OBJCOPY := $(CROSS_COMPILE)objcopy
12
endif
13
14
INCLUDES := -I$(top_srcdir)/tools/include
15
-HOST_CFLAGS := -Wall -Werror -g $(INCLUDES) -fPIC
+HOST_CFLAGS := -Wall -Werror $(KHDR_INCLUDES) -g $(INCLUDES) -fPIC
16
HOST_LDFLAGS := -z noexecstack -lcrypto
17
ENCL_CFLAGS += -Wall -Werror -static-pie -nostdlib -ffreestanding -fPIE \
18
-fno-stack-protector -mrdrnd $(INCLUDES)
tools/testing/selftests/sgx/sigstruct.c
@@ -1,7 +1,6 @@
1
// SPDX-License-Identifier: GPL-2.0
2
/* Copyright(c) 2016-20 Intel Corporation. */
3
4
-#define _GNU_SOURCE
5
#include <assert.h>
6
#include <getopt.h>
7
#include <stdbool.h>
0 commit comments