comparison config.sub @ 18472:128090c7c0ef libc-970628 libc-970629 libc-970630 libc-970701 libc-970702 libc-970703 libc-970704 libc-970705

(-mingw32*): New OS.
author Richard Kenner <kenner@gnu.org>
date Fri, 27 Jun 1997 19:20:14 +0000
parents 2de852dd7271
children 436555108230
comparison
equal deleted inserted replaced
18471:eb6ed4c9bf4a 18472:128090c7c0ef
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.
7 # 7 #
8 # This file is free software; you can redistribute it and/or modify 8 # This file is free software; you can redistribute it and/or modify
699 | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \ 699 | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
700 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ 700 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
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*)
708 os=`echo $os | sed -e 's|linux|linux-gnu|'` 708 os=`echo $os | sed -e 's|linux|linux-gnu|'`
709 ;; 709 ;;