Skip to content

Commit 4ded0d0

Browse files
committed
Revert failed attempt to support MacPort's g++
The support will require more work, and postpone for now.
1 parent b6c6cd7 commit 4ded0d0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

configure.ac

-14
Original file line numberDiff line numberDiff line change
@@ -131,20 +131,6 @@ if $sse41; then
131131
AM_CONDITIONAL([SSE41_OPT], true)
132132
fi
133133

134-
# Add platform-specific flags for the supported compiler options.
135-
if $avx -o $avx2 -o $sse41; then
136-
case "${host_os}" in
137-
*darwin* | *-macos10*)
138-
if test g++ = "$CXX"; then
139-
# When using AVX, AVX2, or SSE4.1 with g++:
140-
# Must tell AS to use clang integrated assembler,
141-
# instead of the GNU based system assembler.
142-
CXXFLAGS="$CXXFLAGS -Wa,-q"
143-
fi
144-
;;
145-
esac
146-
fi
147-
148134
includedir="${includedir}/tesseract"
149135

150136
AC_ARG_WITH([extra-includes],

0 commit comments

Comments
 (0)