提交 5c0e9479 编写于 作者: M Måns Rullgård

test whether linker supports --warn-common

Originally committed as revision 9328 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 a661ade7
......@@ -888,7 +888,7 @@ thread_type="no"
SHFLAGS='-shared -Wl,-soname,$@'
VHOOKSHFLAGS='$(SHFLAGS)'
LIBOBJFLAGS=""
FFLDFLAGS=-Wl,--warn-common
FFLDFLAGS=
LDLATEFLAGS='-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil'
FFSERVERLDFLAGS=-Wl,-E
LDCONFIG="ldconfig"
......@@ -1792,6 +1792,7 @@ check_cflags -Wno-pointer-sign
enabled extra_warnings && check_cflags -Winline
# add some linker flags
check_ldflags -Wl,--warn-common
check_ldflags $LDLATEFLAGS
# not all compilers support -Os
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册