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

configure: fix cpu=generic case

Originally committed as revision 21300 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 bffe82f5
......@@ -1815,7 +1815,9 @@ is_in $arch $ARCH_LIST || echo "WARNING: unknown arch $arch"
enable $arch
# Add processor-specific flags
if enabled ppc; then
if test "$cpu" = generic; then
: do nothing
elif enabled ppc; then
case $cpu in
601|ppc601|PowerPC601)
......@@ -1923,12 +1925,6 @@ elif enabled avr32; then
;;
esac
else
if test "$cpu" != generic; then
echo "WARNING: Unknown CPU \"$cpu\", ignored."
fi
fi
add_cflags $cpuflags
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册