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
a242164e
Unverified
Commit
a242164e
authored
Aug 11, 2019
by
kladkogex
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes
parent
f67ce344
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
45 deletions
+11
-45
Makefile
Makefile
+5
-4
Makefile.am
Makefile.am
+1
-1
Makefile.in
Makefile.in
+5
-4
config.log
config.log
+0
-36
No files found.
Makefile
View file @
a242164e
...
...
@@ -372,11 +372,12 @@ top_builddir = .
top_srcdir
=
.
SGX_EDGER8R
=
$(SGXSDK_BINDIR)
/sgx_edger8r
SGXSSL_BINDIR
=
@SGXSSL_BINDIR@
#AM_CPPFLAGS = -DSKALE_SGX=1 -IlibBLS -Ilibff \
# -fno-builtin-memset $(GMP_CPPFLAGS)
#AM_CPPFLAGS = -DSKALE_SGX=1 -DBINARY_OUTPUT=1 \
# -IlibBLS -Ilibff -fno-builtin-memset \
# $(GMP_CPPFLAGS)
AM_CPPFLAGS
=
-I
$(SGXSDK_INCDIR)
-DSKALE_SGX
=
1
\
-
IlibBLS
-Ilibff
-fno-builtin-memset
\
$(GMP_CPPFLAGS)
-
DBINARY_OUTPUT
=
1
-IlibBLS
-Ilibff
\
-fno-builtin-memset
$(GMP_CPPFLAGS)
#AM_LDFLAGS = $(GMP_LDFLAGS)
AM_LDFLAGS
=
-L
$(SGXSDK_LIBDIR)
$(GMP_LDFLAGS)
SUBDIRS
=
EnclaveGmpTest
...
...
Makefile.am
View file @
a242164e
...
...
@@ -45,7 +45,7 @@ EnclaveGmpTest.edl: EnclaveGmpTest/EnclaveGmpTest.edl
## AM_CFLAGS =
## AM_CXXFLAGS =
AM_CPPFLAGS
+=
-DSKALE_SGX
=
1
-IlibBLS
-Ilibff
-fno-builtin-memset
$(GMP_CPPFLAGS)
AM_CPPFLAGS
+=
-DSKALE_SGX
=
1
-
DBINARY_OUTPUT
=
1
-
IlibBLS
-Ilibff
-fno-builtin-memset
$(GMP_CPPFLAGS)
## Additional targets to remove with 'make clean'. You must list
## any edger8r generated files here.
...
...
Makefile.in
View file @
a242164e
...
...
@@ -372,11 +372,12 @@ top_builddir = @top_builddir@
top_srcdir
=
@top_srcdir@
SGX_EDGER8R
=
$(SGXSDK_BINDIR)
/sgx_edger8r
SGXSSL_BINDIR
=
@SGXSSL_BINDIR@
@SGX_ENABLED_FALSE@
AM_CPPFLAGS
=
-DSKALE_SGX
=
1
-IlibBLS
-Ilibff
\
@SGX_ENABLED_FALSE@
-fno-builtin-memset
$(GMP_CPPFLAGS)
@SGX_ENABLED_FALSE@
AM_CPPFLAGS
=
-DSKALE_SGX
=
1
-DBINARY_OUTPUT
=
1
\
@SGX_ENABLED_FALSE@
-IlibBLS
-Ilibff
-fno-builtin-memset
\
@SGX_ENABLED_FALSE@
$(GMP_CPPFLAGS)
@SGX_ENABLED_TRUE@
AM_CPPFLAGS
=
-I
$(SGXSDK_INCDIR)
-DSKALE_SGX
=
1
\
@SGX_ENABLED_TRUE@
-
IlibBLS
-Ilibff
-fno-builtin-memset
\
@SGX_ENABLED_TRUE@
$(GMP_CPPFLAGS)
@SGX_ENABLED_TRUE@
-
DBINARY_OUTPUT
=
1
-IlibBLS
-Ilibff
\
@SGX_ENABLED_TRUE@
-fno-builtin-memset
$(GMP_CPPFLAGS)
@SGX_ENABLED_FALSE@
AM_LDFLAGS
=
$(GMP_LDFLAGS)
@SGX_ENABLED_TRUE@
AM_LDFLAGS
=
-L
$(SGXSDK_LIBDIR)
$(GMP_LDFLAGS)
SUBDIRS
=
EnclaveGmpTest
...
...
config.log
View file @
a242164e
...
...
@@ -447,39 +447,3 @@ target_alias=''
#define DEBUG 1
configure: exit 0
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
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