Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gdsl-toolkit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tanzeem Haque
gdsl-toolkit
Commits
2285ff97
Commit
2285ff97
authored
Oct 23, 2013
by
Julian Kranz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Automake
parent
a760ac23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile.am
Makefile.am
+3
-2
configure.ac
configure.ac
+1
-1
No files found.
Makefile.am
View file @
2285ff97
...
...
@@ -181,7 +181,8 @@ GDSL_AVR = \
GDSL_AVRSEM
=
\
$(srcdir)
/specifications/avr/avr-rreil-translator.ml
\
$(srcdir)
/specifications/avr/avr-rreil-registermapping.ml
\
$(srcdir)
/specifications/avr/avr-rreil-pretty.ml
$(srcdir)
/specifications/avr/avr-rreil-pretty.ml
\
$(srcdir)
/specifications/avr/avr-liveness.ml
GDSL_RREIL
=
\
$(srcdir)
/specifications/rreil/fmap.ml
\
...
...
@@ -673,7 +674,7 @@ sweep_SOURCES = $(srcdir)/tools/sweep.c
sweep_CFLAGS
=
-std
=
gnu99
sweep_LDFLAGS
=
-lelf
if
X86
_RREIL
if
HAVE
_RREIL
liveness_sweep_SOURCES
=
$(srcdir)
/tools/liveness-sweep.c
liveness_sweep_CFLAGS
=
-std
=
gnu99
liveness_sweep_LDFLAGS
=
-lelf
...
...
configure.ac
View file @
2285ff97
...
...
@@ -148,7 +148,7 @@ AM_CONDITIONAL([ENV_GDWRAP], true)
AM_CONDITIONAL([ENV_READHEX], true)
AM_COND_IF([HAVE_RREIL], [AM_COND_IF([HAVE_ANON_MEMBERS], [AM_COND_IF([HAVE_POSIX200809_C11], [AM_CONDITIONAL([ENV_RREIL_LIB], true)])])])
AM_CONDITIONAL([ENV_JRREIL], [test x$has_jni = xyes])
AM_COND_IF([
HAVE_X86
], [AM_CONDITIONAL([ENV_X86_LIB], true)])
AM_COND_IF([
X86_RREIL
], [AM_CONDITIONAL([ENV_X86_LIB], true)])
AM_COND_IF([X86_RREIL], [AM_COND_IF([HAVE_ANON_MEMBERS], [AM_COND_IF([HAVE_POSIX200809_C11], [AM_COND_IF([HAVE_STDINT_GCC], [AM_CONDITIONAL([ENV_RREIL_SIM], true)])])])])
AM_COND_IF([X86_RREIL], [AM_COND_IF([HAVE_ANON_MEMBERS], [AM_COND_IF([HAVE_POSIX200809_C11], [AM_CONDITIONAL([ENV_X86_TESTER], true)])])])
AM_CONDITIONAL([ENV_X86_GENERATOR], true)
...
...
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