Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Erik Jansson
LabComm
Commits
9491d87f
Commit
9491d87f
authored
Apr 02, 2014
by
Tommy Olofsson
Browse files
Do not let labcomm use stderr (which is undefined on frida).
parent
c701a906
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/c/Makefile
View file @
9491d87f
...
...
@@ -10,7 +10,7 @@ ifeq ($(UNAME_S),Linux)
CC
=
i586-wrs-vxworks-gcc
LD
=
i586-wrs-vxworks-ld
ALL_DEPS
:=
$(
filter-out
%.so.1,
$(ALL_DEPS)
)
CFLAGS
:=
$(CFLAGS)
-DLABCOMM_COMPAT
=
\"
labcomm_compat_vxworks.h
\"
CFLAGS
:=
$(CFLAGS)
-DLABCOMM_COMPAT
=
\"
labcomm_compat_vxworks.h
\"
-DLABCOMM_NO_STDIO
else
@echo
'Invalid target.'
endif
...
...
Write
Preview
Supports
Markdown
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