X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=7214401148f6655d3090d7dff51acbe9b939f11d;hb=9cad56b2f576fec272c3613612ee2749cc0d0ec0;hp=652edbd4f5a4f4c6d364c793a2f3dfede11ebcf1;hpb=47aa57b8dbd23adbbd6a7e77a1ba0eaf59e48d5f;p=ghc-hetmet.git diff --git a/configure.in b/configure.in index 652edbd..7214401 100644 --- a/configure.in +++ b/configure.in @@ -271,6 +271,15 @@ powerpc-ibm-aix*) HostVendor_CPP='ibm' HostOS_CPP='aix' ;; +powerpc-apple-macosx*) + HostPlatform=powerpc-apple-macosx + TargetPlatform=powerpc-apple-macosx #hack + BuildPlatform=powerpc-apple-macosx #hack + HostPlatform_CPP='powerpc_apple_macosx' + HostArch_CPP='powerpc' + HostVendor_CPP='apple' + HostOS_CPP='macosx' + ;; sparc-sun-sunos4*) HostPlatform=sparc-sun-sunos4 TargetPlatform=sparc-sun-sunos4 #hack