X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=85301aa2b39262e8535c6f293fd74ddfcc8fe72c;hb=5cceab60a792e0d05a544135d1d65b1255645970;hp=7f977cd65430167d7f57e951e784f0ededb5f0b4;hpb=0329ca6db4259e24f71fb607ab459591b14d8a70;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 7f977cd..85301aa 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 @@ -869,6 +878,7 @@ FP_HAVE_GCC FP_MINGW_GCC FP_GCC_NEEDS_NO_OMIT_LFPTR FP_GCC_HAS_NO_UNIT_AT_A_TIME +FP_GCC_HAS_WRAPV dnl ** figure out how to invoke cpp directly (gcc -E is no good) AC_PROG_CPP