diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-12-30 19:53:00 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-12-30 19:53:00 +0200 |
commit | 2347b25cf21f8703d0b3d41a3e04f12c0c99d7b3 (patch) | |
tree | 604f00ab4d447ba4bd96b087c39ff43d70efa1ef | |
parent | f113836a8fc282b7c7642eff82a4cf73d8e346fa (diff) | |
download | egawk-2347b25cf21f8703d0b3d41a3e04f12c0c99d7b3.tar.gz egawk-2347b25cf21f8703d0b3d41a3e04f12c0c99d7b3.tar.bz2 egawk-2347b25cf21f8703d0b3d41a3e04f12c0c99d7b3.zip |
Update build aux files.
-rw-r--r-- | build-aux/ChangeLog | 4 | ||||
-rwxr-xr-x | build-aux/config.guess | 5 | ||||
-rwxr-xr-x | build-aux/config.sub | 4 |
3 files changed, 11 insertions, 2 deletions
diff --git a/build-aux/ChangeLog b/build-aux/ChangeLog index 43351a66..9c6e6253 100644 --- a/build-aux/ChangeLog +++ b/build-aux/ChangeLog @@ -1,3 +1,7 @@ +2020-12-30 Arnold D. Robbins <arnold@skeeve.com> + + * config.guess, config.sub: Updated from GNULIB. + 2020-12-01 Arnold D. Robbins <arnold@skeeve.com> * config.guess, config.sub: Updated from GNULIB. diff --git a/build-aux/config.guess b/build-aux/config.guess index 699b3a10..7f748177 100755 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2020 Free Software Foundation, Inc. -timestamp='2020-11-19' +timestamp='2020-12-22' # 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 @@ -996,6 +996,9 @@ EOF k1om:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; + loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; m32r*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; diff --git a/build-aux/config.sub b/build-aux/config.sub index f2ead8d2..90bb8aed 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2020 Free Software Foundation, Inc. -timestamp='2020-11-19' +timestamp='2020-12-22' # 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 @@ -1185,6 +1185,7 @@ case $cpu-$vendor in | k1om \ | le32 | le64 \ | lm32 \ + | loongarch32 | loongarch64 | loongarchx32 \ | m32c | m32r | m32rle \ | m5200 | m68000 | m680[012346]0 | m68360 | m683?2 | m68k \ | m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x \ @@ -1241,6 +1242,7 @@ case $cpu-$vendor in | sparcv8 | sparcv9 | sparcv9b | sparcv9v | sv1 | sx* \ | spu \ | tahoe \ + | thumbv7* \ | tic30 | tic4x | tic54x | tic55x | tic6x | tic80 \ | tron \ | ubicom32 \ |