diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-12-06 17:21:47 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-12-06 17:21:47 +0000 |
commit | c37cd4398a684010b39e0c09f1132757e11edbf1 (patch) | |
tree | f6cbe22243b1cf7f1c2105c0b8cc598fae8a4783 /scripts/config.sub | |
parent | 899478c2bfa00c5df8d8bedb52effbb065700278 (diff) | |
download | glibc-c37cd4398a684010b39e0c09f1132757e11edbf1.tar glibc-c37cd4398a684010b39e0c09f1132757e11edbf1.tar.gz glibc-c37cd4398a684010b39e0c09f1132757e11edbf1.tar.bz2 glibc-c37cd4398a684010b39e0c09f1132757e11edbf1.zip |
Update miscellaneous files from upstream sources.
This patch updates various miscellaneous files from their upstream
sources.
Tested for x86_64, including "make pdf".
* manual/texinfo.tex: Update to version 2018-09-21.20 with
trailing whitespace removed.
* scripts/config.guess: Update to version 2018-11-28.
* scripts/config.sub: Update to version 2018-11-28.
* scripts/install-sh: Update to version 2018-03-11.20.
* scripts/mkinstalldirs: Update to version 2018-03-07.03.
* scripts/move-if-change: Update to version 2018-03-07 03:47.
Diffstat (limited to 'scripts/config.sub')
-rwxr-xr-x | scripts/config.sub | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index f208558ec2..46708056af 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-08-29' +timestamp='2018-11-28' # 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 @@ -1161,6 +1161,7 @@ case $cpu-$vendor in | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] \ | alphapca5[67] | alpha64pca5[67] \ | am33_2.0 \ + | amdgcn \ | arc | arceb \ | arm | arm[lb]e | arme[lb] | armv* \ | avr | avr32 \ @@ -1360,7 +1361,7 @@ case $os in | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \ | skyos* | haiku* | rdos* | toppers* | drops* | es* \ | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ - | midnightbsd*) + | midnightbsd* | amdhsa* | unleashed*) # Remember, each alternative MUST END IN *, to match a version number. ;; qnx*) |