Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
670c690e
Commit
670c690e
authored
Dec 07, 2015
by
Christoph Mallon
Browse files
make: Do not show an error message, when no cparser-beta is available for compiling.
parent
7a92bdea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
670c690e
...
@@ -143,7 +143,7 @@ $(libfirm_dll): $(libfirm_OBJECTS)
...
@@ -143,7 +143,7 @@ $(libfirm_dll): $(libfirm_OBJECTS)
$(Q)$(LINK)
-shared
$^
-o
$@
$(LINKFLAGS)
$(Q)$(LINK)
-shared
$^
-o
$@
$(LINKFLAGS)
# Determine if we can use cparser-beta for quickcheck
# Determine if we can use cparser-beta for quickcheck
QUICKCHECK_DEFAULT
:=
$(
shell
which cparser-beta
||
echo true
)
-fsyntax-only
QUICKCHECK_DEFAULT
:=
$(
shell
which cparser-beta
2> /dev/null
||
echo true
)
-fsyntax-only
QUICKCHECK
?=
$(QUICKCHECK_DEFAULT)
QUICKCHECK
?=
$(QUICKCHECK_DEFAULT)
QUICKCHECK_FLAGS
?=
-m32
-Wno-compat-option
-Wno-shadow
-Wno-shadow-local
-Wunreachable-code
QUICKCHECK_FLAGS
?=
-m32
-Wno-compat-option
-Wno-shadow
-Wno-shadow-local
-Wunreachable-code
...
...
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