Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
a2343083
Commit
a2343083
authored
May 02, 2016
by
James Zern
Committed by
Gerrit Code Review
May 02, 2016
Browse files
Merge "configure.sh: prefer 'which' over 'hash'"
parents
136c29e3
be660f8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
a2343083
...
...
@@ -1069,7 +1069,7 @@ EOF
if
enabled rvct
;
then
# Check if we have CodeSourcery GCC in PATH. Needed for
# libraries
has
h
arm-none-linux-gnueabi-gcc 2>&-
||
\
whic
h arm-none-linux-gnueabi-gcc 2>&-
||
\
die
"Couldn't find CodeSourcery GCC from PATH"
# Use armcc as a linker to enable translation of
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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