Correct Linux 1 recognition.
authorBen Laurie <ben@openssl.org>
Sun, 17 Jan 1999 14:20:20 +0000 (14:20 +0000)
committerBen Laurie <ben@openssl.org>
Sun, 17 Jan 1999 14:20:20 +0000 (14:20 +0000)
Contributed by: Ulf Möller <ulf@fitug.de>

CHANGES
config

diff --git a/CHANGES b/CHANGES
index d117eb6314100b966590bf9bad274a695cab1cfa..9e95081d40f9826a206816f764233d847e8b9068 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@
 
  Changes between 0.9.1c and 0.9.2
 
 
  Changes between 0.9.1c and 0.9.2
 
+  *) Correct Linux 1 recognition in config.
+     [Ulf Möller <ulf@fitug.de>]
+
   *) Remove pointless MD5 hash when using DSA keys in ca.
      [Anonymous <nobody@replay.com>]
 
   *) Remove pointless MD5 hash when using DSA keys in ca.
      [Anonymous <nobody@replay.com>]
 
diff --git a/config b/config
index 0416a5ad88beb31baf0b289a62f535149f14c866..690f6630bc94154e5054ef8d4aafa70b421c5e2b 100755 (executable)
--- a/config
+++ b/config
@@ -304,7 +304,7 @@ fi
 case "$GUESSOS" in
   alpha-*-linux2) OUT="alpha-gcc" ;;
   *-*-linux2) OUT="linux-elf" ;;
 case "$GUESSOS" in
   alpha-*-linux2) OUT="alpha-gcc" ;;
   *-*-linux2) OUT="linux-elf" ;;
-  *-*-linux) OUT="linux-aout" ;;
+  *-*-linux1) OUT="linux-aout" ;;
   sun4*-sun-solaris2) OUT="solaris-sparc-$CC" ;;
   *86*-sun-solaris2) OUT="solaris-x86-$CC" ;;
   *-*-sunos4) OUT="sunos-$CC" ;;
   sun4*-sun-solaris2) OUT="solaris-sparc-$CC" ;;
   *86*-sun-solaris2) OUT="solaris-x86-$CC" ;;
   *-*-sunos4) OUT="sunos-$CC" ;;