X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=8b00e5af0200176b52db61ef8f4f757ac90624e8;hb=ffdbb302967a147550113251e47b9d98a7affdc0;hp=7f977cd65430167d7f57e951e784f0ededb5f0b4;hpb=08560cf0e3a2a1928650ca5d5d0bb44fbac2ea44;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 7f977cd..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