aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index 2d0953e876f..ca2bac714c1 100755
--- a/config.sub
+++ b/config.sub
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# Configuration validation subroutine script, version 1.1. 2# Configuration validation subroutine script, version 1.1.
3# Copyright (C) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc. 3# Copyright (C) 1991, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
4# This file is (in principle) common to ALL GNU software. 4# This file is (in principle) common to ALL GNU software.
5# The presence of a machine in this file suggests that SOME GNU software 5# The presence of a machine in this file suggests that SOME GNU software
6# can handle that machine. It does not imply ALL GNU software can. 6# can handle that machine. It does not imply ALL GNU software can.
@@ -701,7 +701,7 @@ case $os in
701 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ 701 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
702 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ 702 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
703 | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ 703 | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
704 | -linux-gnu* | -uxpv*) 704 | -mingw32* | -linux-gnu* | -uxpv*)
705 # Remember, each alternative MUST END IN *, to match a version number. 705 # Remember, each alternative MUST END IN *, to match a version number.
706 ;; 706 ;;
707 -linux*) 707 -linux*)