X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.in;h=75602893468a9c3e29dc5e7dacac72b27b94cb34;hb=23c94851fb2c98d345d913d35a5a12bbc3a346bd;hp=a9b8941ffce33c777acf35a2f0812a7f0249e6b1;hpb=24f948c12dc38a7a0bc99ba9e36bcd49b6eb79da;p=ghc-hetmet.git diff --git a/configure.in b/configure.in index a9b8941..7560289 100644 --- a/configure.in +++ b/configure.in @@ -74,7 +74,7 @@ exeext='' # We also record the architecture, vendor, and operating system (OS) # separately. case $HostPlatform in -alpha-dec-osf[[1234]]*) +alpha-dec-osf[[12]]*) HostPlatform=alpha-dec-osf1 # canonicalise for our purposes TargetPlatform=alpha-dec-osf1 # this will work for now... (hack) BuildPlatform=alpha-dec-osf1 # hack @@ -83,6 +83,15 @@ alpha-dec-osf[[1234]]*) HostVendor_CPP='dec' HostOS_CPP='osf1' ;; +alpha-dec-osf[[34]]*) + HostPlatform=alpha-dec-osf3 # canonicalise for our purposes + TargetPlatform=alpha-dec-osf3 # this will work for now... (hack) + BuildPlatform=alpha-dec-osf3 # hack + HostPlatform_CPP='alpha_dec_osf3' + HostArch_CPP='alpha' + HostVendor_CPP='dec' + HostOS_CPP='osf3' + ;; hppa1.1-hp-hpux*) HostPlatform=hppa1.1-hp-hpux # canonicalise for our purposes (hack) TargetPlatform=hppa1.1-hp-hpux