From: andre Date: Mon, 26 May 1997 20:46:08 +0000 (+0000) Subject: [project @ 1997-05-26 20:46:08 by andre] X-Git-Tag: Approximately_1000_patches_recorded~452 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=eaa66dbafca15929f620d22473fe637031004b13;p=ghc-hetmet.git [project @ 1997-05-26 20:46:08 by andre] AIX --- diff --git a/configure.in b/configure.in index 89dfaeb..5370305 100644 --- a/configure.in +++ b/configure.in @@ -192,6 +192,15 @@ mips-sgi-irix*) HostVendor_CPP='sgi' HostOS_CPP='irix' ;; +rs6000-ibm-aix*) + HostPlatform=rs6000-ibm-aix + TargetPlatform=rs6000-ibm-aix #hack + BuildPlatform=rs6000-ibm-aix #hack + HostPlatform_CPP='rs6000_ibm_aix' + HostArch_CPP='rs6000' + HostVendor_CPP='ibm' + HostOS_CPP='aix' + ;; powerpc-ibm-aix*) HostPlatform=powerpc-ibm-aix TargetPlatform=powerpc-ibm-aix #hack