X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=8b00e5af0200176b52db61ef8f4f757ac90624e8;hb=ead424357937b23f30295608b467aacbc3a8a8bc;hp=f1e5fa2fe5a8b8f06d604e446b6adb1af28a2015;hpb=e4e7b37c7ed6b2cd39c34c30f7dcf9369a562496;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index f1e5fa2..8b00e5a 100644 --- a/configure.ac +++ b/configure.ac @@ -317,6 +317,15 @@ x86_64-*-linux*) HostVendor_CPP='unknown' HostOS_CPP='linux' ;; +x86_64-apple-darwin*) + HostPlatform=x86_64-apple-darwin + TargetPlatform=x86_64-apple-darwin + BuildPlatform=x86_64-apple-darwin + HostPlatform_CPP='x86_64_apple_darwin' + HostArch_CPP='x86_64' + HostVendor_CPP='apple' + HostOS_CPP='darwin' + ;; m68k-*-linux*) HostPlatform=m68k-unknown-linux # hack again TargetPlatform=m68k-unknown-linux @@ -1175,8 +1184,8 @@ AC_CHECK_LIB(rt, clock_gettime) AC_CHECK_FUNCS(clock_gettime) dnl ** check for Apple's "interesting" long double compatibility scheme -AC_MSG_CHECKING(for printf$LDBLStub) -AC_TRY_LINK_FUNC(printf$LSBLStub, +AC_MSG_CHECKING(for printf\$LDBLStub) +AC_TRY_LINK_FUNC(printf\$LDBLStub, [ AC_MSG_RESULT(yes) AC_DEFINE([HAVE_PRINTF_LDBLSTUB],[1],