提交 0607887f 编写于 作者: M Måns Rullgård

split compile and link in check_ld

based on patch by Graham Booker <ffmpeglist at cod3r com>

Originally committed as revision 5722 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 3ab60c83
......@@ -231,10 +231,9 @@ check_cpp(){
check_ld(){
log check_ld "$@"
cat >$TMPC
log_file $TMPC
log $cc $CFLAGS $LDFLAGS "$@" -o $TMPE $TMPC $extralibs
$cc $CFLAGS $LDFLAGS "$@" -o $TMPE $TMPC $extralibs >>$logfile 2>&1
check_cc || return
log $cc $LDFLAGS "$@" -o $TMPE $TMPO $extralibs
$cc $LDFLAGS "$@" -o $TMPE $TMPO $extralibs >>$logfile 2>&1
}
check_cflags(){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册