Browse Source

For Graphene-SGX, remove the rule of linking libpal.so as an alias of libpal-enclave.so (libpal-enclave.so is deprecated)

Chia-Che Tsai 6 years ago
parent
commit
287ce8cf7c
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Pal/src/host/Linux-SGX/Makefile

+ 0 - 3
Pal/src/host/Linux-SGX/Makefile

@@ -68,8 +68,5 @@ debugger/sgx_gdb.so: debugger/sgx_gdb.c debugger/sgx_gdb.h sgx_arch.h
 sgx-driver/isgx_version.h:
 	cd sgx-driver && make isgx_version.h
 
-../../libpal.so: ../../libpal-enclave.so
-	ln -s libpal-enclave.so $@
-
 clean:
 	rm -f *.o *.e $(host_files)