Merge remote-tracking branch 'qatar/master'
* qatar/master: configure: clang: explicitly state dep file and rule name in DEPFLAGS Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
c46faacdf4
2
configure
vendored
2
configure
vendored
@ -3106,7 +3106,7 @@ probe_cc(){
|
|||||||
elif $_cc -v 2>&1 | grep -q clang; then
|
elif $_cc -v 2>&1 | grep -q clang; then
|
||||||
_type=clang
|
_type=clang
|
||||||
_ident=$($_cc --version | head -n1)
|
_ident=$($_cc --version | head -n1)
|
||||||
_depflags='-MMD'
|
_depflags='-MMD -MF $(@:.o=.d) -MT $@'
|
||||||
_cflags_speed='-O3'
|
_cflags_speed='-O3'
|
||||||
_cflags_size='-Os'
|
_cflags_size='-Os'
|
||||||
elif $_cc -V 2>&1 | grep -q Sun; then
|
elif $_cc -V 2>&1 | grep -q Sun; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user