From: David Elliott Date: Wed, 17 Aug 2005 02:09:42 +0000 (+0000) Subject: Upgrade to newest bakefile.m4 to support non-PowerPC Darwin platforms. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3e4ca115f563db92aaef1d60c7cd5996ff216673?ds=inline Upgrade to newest bakefile.m4 to support non-PowerPC Darwin platforms. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/aclocal.m4 b/aclocal.m4 index e64d57b758..97430256a5 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -259,7 +259,7 @@ AC_DEFUN([AC_BAKEFILE_PLATFORM], *-pc-os2_emx | *-pc-os2-emx ) PLATFORM_OS2=1 ;; - powerpc-*-darwin* ) + *-*-darwin* ) PLATFORM_MAC=1 PLATFORM_MACOSX=1 ;; @@ -421,7 +421,7 @@ AC_DEFUN([AC_BAKEFILE_SUFFIXES], LIBEXT=".$OS2_LIBEXT" dlldir="$bindir" ;; - powerpc-*-darwin* ) + *-*-darwin* ) SO_SUFFIX="dylib" SO_SUFFIX_MODULE="bundle" ;; @@ -700,7 +700,7 @@ AC_DEFUN([AC_BAKEFILE_DEPS], DEPSMODE=gcc DEPS_TRACKING=1 case "${BAKEFILE_HOST}" in - powerpc-*-darwin* ) + *-*-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_GCC="-no-cpp-precomp -MMD" diff --git a/configure b/configure index 30941836d7..bebd6a4165 100755 --- a/configure +++ b/configure @@ -42162,7 +42162,7 @@ echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6 *-pc-os2_emx | *-pc-os2-emx ) PLATFORM_OS2=1 ;; - powerpc-*-darwin* ) + *-*-darwin* ) PLATFORM_MAC=1 PLATFORM_MACOSX=1 ;; @@ -42303,7 +42303,7 @@ fi; LIBEXT=".$OS2_LIBEXT" dlldir="$bindir" ;; - powerpc-*-darwin* ) + *-*-darwin* ) SO_SUFFIX="dylib" SO_SUFFIX_MODULE="bundle" ;; @@ -43234,7 +43234,7 @@ echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6 DEPSMODE=gcc DEPS_TRACKING=1 case "${BAKEFILE_HOST}" in - powerpc-*-darwin* ) + *-*-darwin* ) DEPSFLAG_GCC="-no-cpp-precomp -MMD" ;; * )