From 8968073e164d4bc513e54ded0070d49c1ab1c22f Mon Sep 17 00:00:00 2001 From: ken Date: Sat, 8 Sep 2001 22:40:38 +0000 Subject: [PATCH] [project @ 2001-09-08 22:40:38 by ken] Make the binary distribution configure recognize alphaev56-dec-osf5. MERGE TO STABLE. --- distrib/configure-bin.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/distrib/configure-bin.in b/distrib/configure-bin.in index bd5882b..a219504 100644 --- a/distrib/configure-bin.in +++ b/distrib/configure-bin.in @@ -24,13 +24,13 @@ TargetPlatform=`/bin/sh $srcdir/config.sub $target` || exit 1 # We also record the architecture, vendor, and operating system (OS) # separately. case $TargetPlatform in -alpha-dec-osf[[12]]*) +alpha*-dec-osf[[12]]*) TargetPlatform=alpha-dec-osf1;; -alpha-dec-osf[[34]]*) +alpha*-dec-osf[[345]]*) TargetPlatform=alpha-dec-osf3;; -alpha-unknown-linux) +alpha*-unknown-linux) TargetPlatform=alpha-unknown-linux;; -alpha-unknown-freebsd*) +alpha*-unknown-freebsd*) TargetPlatform=alpha-unknown-freebsd;; hppa1.1-hp-hpux*) TargetPlatform=hppa1.1-hp-hpux;; -- 1.7.10.4