mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
Updates for SGX 2.19 reproducible build.
Signed-off-by: Zhang Lili <lili.z.zhang@intel.com>
This commit is contained in:
@@ -93,12 +93,6 @@ endif
|
||||
App_Compile_CXXFlags := $(App_Compile_CFlags)
|
||||
App_Link_Flags := -L$(SGX_LIBRARY_PATH) -l$(Urts_Library_Name) -lpthread
|
||||
|
||||
ifneq ($(SGX_MODE), HW)
|
||||
App_Link_Flags += -lsgx_uae_service_sim
|
||||
else
|
||||
App_Link_Flags += -lsgx_uae_service
|
||||
endif
|
||||
|
||||
Gen_Untrusted_Source := App/Enclave_u.c
|
||||
Gen_Untrusted_Object := App/Enclave_u.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user