mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-06 05:08:21 +12:00
* config.sub (maybe_os): Remove -windowsnt*.
* config.guess (Alpha\ *:Windows_NT*:*): Remove obsolete case. (21064:Windows_NT:50:3): Likewise. (i*:windows32*:*): Likewise. ([345]86:Windows_95:*, [345]86:Windows_98:*): Likewise. ([345]86:Windows_NT:*): Likewise. (8664:Windows_NT:*): Likewise. (i*:Windows_NT*:* | Pentium*:Windows_NT*:*): Likewise. (p*:CYGWIN*:*): Likewise. * testsuite/config-guess.data: Remove relevant test cases.
This commit is contained in:
5
config.sub
vendored
5
config.sub
vendored
@ -2,7 +2,7 @@
|
||||
# Configuration validation subroutine script.
|
||||
# Copyright 1992-2017 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2017-09-10'
|
||||
timestamp='2017-09-12'
|
||||
|
||||
# This file is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
@ -229,9 +229,6 @@ case $os in
|
||||
-ptx*)
|
||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
|
||||
;;
|
||||
-windowsnt*)
|
||||
os=`echo $os | sed -e 's/windowsnt/winnt/'`
|
||||
;;
|
||||
-psos*)
|
||||
os=-psos
|
||||
;;
|
||||
|
Reference in New Issue
Block a user