From: ken Date: Mon, 23 Jul 2001 22:26:18 +0000 (+0000) Subject: [project @ 2001-07-23 22:26:18 by ken] X-Git-Tag: Approximately_9120_patches~1469 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5f6133521c3660f36add0890f0dc4174c5e5af68;p=ghc-hetmet.git [project @ 2001-07-23 22:26:18 by ken] Teach configure.in to canonicalise new-fangled Alpha system names, such as alphaev67-dec-osf5.0, to alpha-dec-osf3. --- diff --git a/configure.in b/configure.in index edbd886..43cffa8 100644 --- a/configure.in +++ b/configure.in @@ -75,7 +75,7 @@ exeext='' # We also record the architecture, vendor, and operating system (OS) # separately. case $HostPlatform in -alpha-dec-osf[[12]]*) +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 @@ -84,7 +84,7 @@ alpha-dec-osf[[12]]*) HostVendor_CPP='dec' HostOS_CPP='osf1' ;; -alpha-dec-osf[[34]]*) +alpha*-dec-osf[[345]]*) HostPlatform=alpha-dec-osf3 # canonicalise for our purposes TargetPlatform=alpha-dec-osf3 # this will work for now... (hack) BuildPlatform=alpha-dec-osf3 # hack @@ -93,7 +93,7 @@ alpha-dec-osf[[34]]*) HostVendor_CPP='dec' HostOS_CPP='osf3' ;; -alpha-unknown-linux) +alpha*-unknown-linux) HostPlatform=alpha-unknown-linux TargetPlatform=alpha-unknown-linux BuildPlatform=alpha-unknown-linux @@ -102,7 +102,7 @@ alpha-unknown-linux) HostVendor_CPP='unknown' HostOS_CPP='linux' ;; -alpha-unknown-freebsd*) +alpha*-unknown-freebsd*) HostPlatform=alpha-unknown-freebsd TargetPlatform=alpha-unknown-freebsd BuildPlatform=alpha-unknown-freebsd