Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
71d4b2c2
Unverified
Commit
71d4b2c2
authored
Sep 17, 2019
by
kladkogex
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed edl build
parent
5d99fbec
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
sgx_app.am
build-aux/sgx_app.am
+1
-1
sgx_enclave.am
build-aux/sgx_enclave.am
+1
-1
sgx_tlib.am
build-aux/sgx_tlib.am
+1
-1
No files found.
build-aux/sgx_app.am
View file @
71d4b2c2
...
@@ -33,5 +33,5 @@ SGX_UAE_SERVICE_LIB=@SGX_UAE_SERVICE_LIB@
...
@@ -33,5 +33,5 @@ SGX_UAE_SERVICE_LIB=@SGX_UAE_SERVICE_LIB@
if SGX_ENABLED
if SGX_ENABLED
%_u.h %_u.c: %.edl
%_u.h %_u.c: %.edl
$(SGX_EDGER8R) --search-path $(SGXSDK_INCDIR):
/d/sgxwallet
/intel-sgx-ssl/Linux/package/include $(SGX_EDGER8R_FLAGS) --untrusted $<
$(SGX_EDGER8R) --search-path $(SGXSDK_INCDIR):
${PWD}
/intel-sgx-ssl/Linux/package/include $(SGX_EDGER8R_FLAGS) --untrusted $<
endif
endif
build-aux/sgx_enclave.am
View file @
71d4b2c2
...
@@ -47,7 +47,7 @@ CLEANFILES = $(ENCLAVE).signed.so
...
@@ -47,7 +47,7 @@ CLEANFILES = $(ENCLAVE).signed.so
## Rule to make trusted proxy functions from an EDL file.
## Rule to make trusted proxy functions from an EDL file.
%_t.h %_t.c: %.edl
%_t.h %_t.c: %.edl
$(SGX_EDGER8R) --search-path $(SGXSDK_INCDIR):
/d/sgxwallet
/intel-sgx-ssl/Linux/package/include $(SGX_EDGER8R_FLAGS) --trusted $<
$(SGX_EDGER8R) --search-path $(SGXSDK_INCDIR):
${PWD}/..
/intel-sgx-ssl/Linux/package/include $(SGX_EDGER8R_FLAGS) --trusted $<
## When building a debug enclave, go ahead and sign directly using the
## When building a debug enclave, go ahead and sign directly using the
## supplied private key.
## supplied private key.
...
...
build-aux/sgx_tlib.am
View file @
71d4b2c2
...
@@ -22,5 +22,5 @@ AM_CXXFLAGS=@SGX_TLIB_CXXFLAGS@
...
@@ -22,5 +22,5 @@ AM_CXXFLAGS=@SGX_TLIB_CXXFLAGS@
## Rule to make trusted proxy functions from an EDL file.
## Rule to make trusted proxy functions from an EDL file.
%_t.h %_t.c: %.edl
%_t.h %_t.c: %.edl
$(SGX_EDGER8R) --search-path $(SGXSDK_INCDIR):
/d/sgxwallet
/intel-sgx-ssl/Linux/package/include $(SGX_EDGER8R_FLAGS) --trusted $<
$(SGX_EDGER8R) --search-path $(SGXSDK_INCDIR):
${PWD}/..
/intel-sgx-ssl/Linux/package/include $(SGX_EDGER8R_FLAGS) --trusted $<
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment