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
Xiph.Org
aom-rav1e
Commits
6201a256
Commit
6201a256
authored
Aug 28, 2015
by
James Zern
Committed by
Gerrit Code Review
Aug 28, 2015
Browse files
Merge "configure: append --extra-cflags to final set"
parents
820302a3
43a34557
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
6201a256
...
...
@@ -1323,12 +1323,6 @@ EOF
add_cflags
-D_LARGEFILE_SOURCE
add_cflags
-D_FILE_OFFSET_BITS
=
64
fi
# append any user defined extra cflags
if
[
-n
"
${
extra_cflags
}
"
]
;
then
check_add_cflags
${
extra_cflags
}
||
\
die
"Requested extra CFLAGS '
${
extra_cflags
}
' not supported by compiler"
fi
}
process_toolchain
()
{
...
...
configure
View file @
6201a256
...
...
@@ -716,6 +716,12 @@ EOF
esac
# libwebm needs to be linked with C++ standard library
enabled webm_io
&&
LD
=
${
CXX
}
# append any user defined extra cflags
if
[
-n
"
${
extra_cflags
}
"
]
;
then
check_add_cflags
${
extra_cflags
}
||
\
die
"Requested extra CFLAGS '
${
extra_cflags
}
' not supported by compiler"
fi
}
...
...
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