Revert "selftests/sgx: Include KHDR_INCLUDES in Makefile"
authorShuah Khan <skhan@linuxfoundation.org>
Fri, 17 May 2024 02:58:26 +0000 (20:58 -0600)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 20 May 2024 15:00:06 +0000 (09:00 -0600)
This reverts commit 2c3b8f8f37c6c0c926d584cf4158db95e62b960c.

The framework change to add D_GNU_SOURCE to KHDR_INCLUDES
to Makefile, lib.mk, and kselftest_harness.h is reverted
as it is causing build failures and warnings.

Revert this change as this change depends on the framework
change.

Reported-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/sgx/Makefile
tools/testing/selftests/sgx/sigstruct.c

index 26ea30fae23cad51925fa8cc70d91699bb5f627c..867f88ce2570aef81e3283a9b6484460cfae9b68 100644 (file)
@@ -12,7 +12,7 @@ OBJCOPY := $(CROSS_COMPILE)objcopy
 endif
 
 INCLUDES := -I$(top_srcdir)/tools/include
-HOST_CFLAGS := -Wall -Werror $(KHDR_INCLUDES) -g $(INCLUDES) -fPIC
+HOST_CFLAGS := -Wall -Werror -g $(INCLUDES) -fPIC
 HOST_LDFLAGS := -z noexecstack -lcrypto
 ENCL_CFLAGS += -Wall -Werror -static-pie -nostdlib -ffreestanding -fPIE \
               -fno-stack-protector -mrdrnd $(INCLUDES)
index 200034a0fee5167800e44bd748b5b6703a322ee1..d73b29becf5b01b7ea5366a085194fbb7965ed87 100644 (file)
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 /*  Copyright(c) 2016-20 Intel Corporation. */
 
+#define _GNU_SOURCE
 #include <assert.h>
 #include <getopt.h>
 #include <stdbool.h>