提交 4ded0d06 编写于 作者: E Eric Platon

Revert failed attempt to support MacPort's g++

The support will require more work, and postpone for now.
上级 b6c6cd7a
......@@ -131,20 +131,6 @@ if $sse41; then
AM_CONDITIONAL([SSE41_OPT], true)
fi
# Add platform-specific flags for the supported compiler options.
if $avx -o $avx2 -o $sse41; then
case "${host_os}" in
*darwin* | *-macos10*)
if test g++ = "$CXX"; then
# When using AVX, AVX2, or SSE4.1 with g++:
# Must tell AS to use clang integrated assembler,
# instead of the GNU based system assembler.
CXXFLAGS="$CXXFLAGS -Wa,-q"
fi
;;
esac
fi
includedir="${includedir}/tesseract"
AC_ARG_WITH([extra-includes],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册