X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=config.sub;h=5b158ac41c9a2635e60fb583d66c4c2c0498163a;hb=9b30da15e72bd4e8265169bfd511272aa3875738;hp=75bb6a3135be264812c272f46d4691c5ed314c04;hpb=d63f2be21bfbedb8a83b5c5f317896bf2bb19a95;p=deliverable%2Fbinutils-gdb.git diff --git a/config.sub b/config.sub index 75bb6a3135..5b158ac41c 100755 --- a/config.sub +++ b/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2019 Free Software Foundation, Inc. -timestamp='2019-01-01' +timestamp='2019-05-23' # 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 @@ -822,7 +822,9 @@ case $basic_machine in cpu=m68k vendor=next case $os in - nextstep* ) + openstep*) + ;; + nextstep*) ;; ns2*) os=nextstep2 @@ -919,7 +921,7 @@ case $basic_machine in ;; *-*) - # shellcheck disable=SC2162 + # shellcheck disable=SC2162 IFS="-" read cpu vendor <