See http://trac.wxwidgets.org/ticket/14029 for a discussion of the
problems it causes when using non-Apple compiler. Even for Apple's GCC,
it does nothing these days and we no longer support OS X 10.3, so
there's no point in continuing to use it.
Fixes #14029.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71314
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if test "x$GCC" = "xyes"; then
DEPSMODE=gcc
if test "x$GCC" = "xyes"; then
DEPSMODE=gcc
- case "${BAKEFILE_HOST}" in
- *-*-darwin* )
- dnl -cpp-precomp (the default) conflicts with -MMD option
- dnl used by bk-deps (see also http://developer.apple.com/documentation/Darwin/Conceptual/PortingUnix/compiling/chapter_4_section_3.html)
- DEPSFLAG="-no-cpp-precomp -MMD"
- ;;
- * )
- DEPSFLAG="-MMD"
- ;;
- esac
AC_MSG_RESULT([gcc])
elif test "x$MWCC" = "xyes"; then
DEPSMODE=mwcc
AC_MSG_RESULT([gcc])
elif test "x$MWCC" = "xyes"; then
DEPSMODE=mwcc
if test "x$GCC" = "xyes"; then
DEPSMODE=gcc
if test "x$GCC" = "xyes"; then
DEPSMODE=gcc
- case "${BAKEFILE_HOST}" in
- *-*-darwin* )
- DEPSFLAG="-no-cpp-precomp -MMD"
- ;;
- * )
- DEPSFLAG="-MMD"
- ;;
- esac
{ echo "$as_me:$LINENO: result: gcc" >&5
echo "${ECHO_T}gcc" >&6; }
elif test "x$MWCC" = "xyes"; then
{ echo "$as_me:$LINENO: result: gcc" >&5
echo "${ECHO_T}gcc" >&6; }
elif test "x$MWCC" = "xyes"; then