diff options
| -rwxr-xr-x | build-aux/config.guess | 14 | ||||
| -rwxr-xr-x | build-aux/config.sub | 18 | ||||
| -rw-r--r-- | lisp/ldefs-boot.el | 18 |
3 files changed, 36 insertions, 14 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess index 7158ef319e1..7f76b6228f7 100755 --- a/build-aux/config.guess +++ b/build-aux/config.guess | |||
| @@ -4,11 +4,11 @@ | |||
| 4 | 4 | ||
| 5 | # shellcheck disable=SC2006,SC2268 # see below for rationale | 5 | # shellcheck disable=SC2006,SC2268 # see below for rationale |
| 6 | 6 | ||
| 7 | timestamp='2021-06-03' | 7 | timestamp='2022-01-09' |
| 8 | 8 | ||
| 9 | # This file is free software; you can redistribute it and/or modify it | 9 | # This file is free software; you can redistribute it and/or modify it |
| 10 | # under the terms of the GNU General Public License as published by | 10 | # under the terms of the GNU General Public License as published by |
| 11 | # the Free Software Foundation; either version 3 of the License, or | 11 | # the Free Software Foundation, either version 3 of the License, or |
| 12 | # (at your option) any later version. | 12 | # (at your option) any later version. |
| 13 | # | 13 | # |
| 14 | # This program is distributed in the hope that it will be useful, but | 14 | # This program is distributed in the hope that it will be useful, but |
| @@ -60,7 +60,7 @@ version="\ | |||
| 60 | GNU config.guess ($timestamp) | 60 | GNU config.guess ($timestamp) |
| 61 | 61 | ||
| 62 | Originally written by Per Bothner. | 62 | Originally written by Per Bothner. |
| 63 | Copyright 1992-2021 Free Software Foundation, Inc. | 63 | Copyright 1992-2022 Free Software Foundation, Inc. |
| 64 | 64 | ||
| 65 | This is free software; see the source for copying conditions. There is NO | 65 | This is free software; see the source for copying conditions. There is NO |
| 66 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." | 66 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |
| @@ -437,7 +437,7 @@ case $UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION in | |||
| 437 | # This test works for both compilers. | 437 | # This test works for both compilers. |
| 438 | if test "$CC_FOR_BUILD" != no_compiler_found; then | 438 | if test "$CC_FOR_BUILD" != no_compiler_found; then |
| 439 | if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ | 439 | if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ |
| 440 | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ | 440 | (CCOPTS="" $CC_FOR_BUILD -m64 -E - 2>/dev/null) | \ |
| 441 | grep IS_64BIT_ARCH >/dev/null | 441 | grep IS_64BIT_ARCH >/dev/null |
| 442 | then | 442 | then |
| 443 | SUN_ARCH=x86_64 | 443 | SUN_ARCH=x86_64 |
| @@ -929,6 +929,9 @@ EOF | |||
| 929 | i*:PW*:*) | 929 | i*:PW*:*) |
| 930 | GUESS=$UNAME_MACHINE-pc-pw32 | 930 | GUESS=$UNAME_MACHINE-pc-pw32 |
| 931 | ;; | 931 | ;; |
| 932 | *:SerenityOS:*:*) | ||
| 933 | GUESS=$UNAME_MACHINE-pc-serenity | ||
| 934 | ;; | ||
| 932 | *:Interix*:*) | 935 | *:Interix*:*) |
| 933 | case $UNAME_MACHINE in | 936 | case $UNAME_MACHINE in |
| 934 | x86) | 937 | x86) |
| @@ -1522,6 +1525,9 @@ EOF | |||
| 1522 | i*86:rdos:*:*) | 1525 | i*86:rdos:*:*) |
| 1523 | GUESS=$UNAME_MACHINE-pc-rdos | 1526 | GUESS=$UNAME_MACHINE-pc-rdos |
| 1524 | ;; | 1527 | ;; |
| 1528 | i*86:Fiwix:*:*) | ||
| 1529 | GUESS=$UNAME_MACHINE-pc-fiwix | ||
| 1530 | ;; | ||
| 1525 | *:AROS:*:*) | 1531 | *:AROS:*:*) |
| 1526 | GUESS=$UNAME_MACHINE-unknown-aros | 1532 | GUESS=$UNAME_MACHINE-unknown-aros |
| 1527 | ;; | 1533 | ;; |
diff --git a/build-aux/config.sub b/build-aux/config.sub index 01a9a3d5cde..dba16e84c77 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub | |||
| @@ -4,11 +4,11 @@ | |||
| 4 | 4 | ||
| 5 | # shellcheck disable=SC2006,SC2268 # see below for rationale | 5 | # shellcheck disable=SC2006,SC2268 # see below for rationale |
| 6 | 6 | ||
| 7 | timestamp='2021-08-14' | 7 | timestamp='2022-01-03' |
| 8 | 8 | ||
| 9 | # This file is free software; you can redistribute it and/or modify it | 9 | # This file is free software; you can redistribute it and/or modify it |
| 10 | # under the terms of the GNU General Public License as published by | 10 | # under the terms of the GNU General Public License as published by |
| 11 | # the Free Software Foundation; either version 3 of the License, or | 11 | # the Free Software Foundation, either version 3 of the License, or |
| 12 | # (at your option) any later version. | 12 | # (at your option) any later version. |
| 13 | # | 13 | # |
| 14 | # This program is distributed in the hope that it will be useful, but | 14 | # This program is distributed in the hope that it will be useful, but |
| @@ -76,7 +76,7 @@ Report bugs and patches to <config-patches@gnu.org>." | |||
| 76 | version="\ | 76 | version="\ |
| 77 | GNU config.sub ($timestamp) | 77 | GNU config.sub ($timestamp) |
| 78 | 78 | ||
| 79 | Copyright 1992-2021 Free Software Foundation, Inc. | 79 | Copyright 1992-2022 Free Software Foundation, Inc. |
| 80 | 80 | ||
| 81 | This is free software; see the source for copying conditions. There is NO | 81 | This is free software; see the source for copying conditions. There is NO |
| 82 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." | 82 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |
| @@ -1020,6 +1020,11 @@ case $cpu-$vendor in | |||
| 1020 | ;; | 1020 | ;; |
| 1021 | 1021 | ||
| 1022 | # Here we normalize CPU types with a missing or matching vendor | 1022 | # Here we normalize CPU types with a missing or matching vendor |
| 1023 | armh-unknown | armh-alt) | ||
| 1024 | cpu=armv7l | ||
| 1025 | vendor=alt | ||
| 1026 | basic_os=${basic_os:-linux-gnueabihf} | ||
| 1027 | ;; | ||
| 1023 | dpx20-unknown | dpx20-bull) | 1028 | dpx20-unknown | dpx20-bull) |
| 1024 | cpu=rs6000 | 1029 | cpu=rs6000 |
| 1025 | vendor=bull | 1030 | vendor=bull |
| @@ -1121,7 +1126,7 @@ case $cpu-$vendor in | |||
| 1121 | xscale-* | xscalee[bl]-*) | 1126 | xscale-* | xscalee[bl]-*) |
| 1122 | cpu=`echo "$cpu" | sed 's/^xscale/arm/'` | 1127 | cpu=`echo "$cpu" | sed 's/^xscale/arm/'` |
| 1123 | ;; | 1128 | ;; |
| 1124 | arm64-*) | 1129 | arm64-* | aarch64le-*) |
| 1125 | cpu=aarch64 | 1130 | cpu=aarch64 |
| 1126 | ;; | 1131 | ;; |
| 1127 | 1132 | ||
| @@ -1304,7 +1309,7 @@ esac | |||
| 1304 | if test x$basic_os != x | 1309 | if test x$basic_os != x |
| 1305 | then | 1310 | then |
| 1306 | 1311 | ||
| 1307 | # First recognize some ad-hoc caes, or perhaps split kernel-os, or else just | 1312 | # First recognize some ad-hoc cases, or perhaps split kernel-os, or else just |
| 1308 | # set os. | 1313 | # set os. |
| 1309 | case $basic_os in | 1314 | case $basic_os in |
| 1310 | gnu/linux*) | 1315 | gnu/linux*) |
| @@ -1748,7 +1753,8 @@ case $os in | |||
| 1748 | | skyos* | haiku* | rdos* | toppers* | drops* | es* \ | 1753 | | skyos* | haiku* | rdos* | toppers* | drops* | es* \ |
| 1749 | | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ | 1754 | | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ |
| 1750 | | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \ | 1755 | | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \ |
| 1751 | | nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr*) | 1756 | | nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \ |
| 1757 | | fiwix* ) | ||
| 1752 | ;; | 1758 | ;; |
| 1753 | # This one is extra strict with allowed versions | 1759 | # This one is extra strict with allowed versions |
| 1754 | sco3.2v2 | sco3.2v[4-9]* | sco5v6*) | 1760 | sco3.2v2 | sco3.2v[4-9]* | sco5v6*) |
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 01dfc2a86a5..73bfcac697e 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -39535,11 +39535,21 @@ Zone out, completely." t nil) | |||
| 39535 | ;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el" | 39535 | ;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el" |
| 39536 | ;;;;;; "eshell/em-xtra.el" "faces.el" "files.el" "font-core.el" | 39536 | ;;;;;; "eshell/em-xtra.el" "faces.el" "files.el" "font-core.el" |
| 39537 | ;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el" | 39537 | ;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el" |
| 39538 | ;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charscript.el" | 39538 | ;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charprop.el" |
| 39539 | ;;;;;; "international/cp51932.el" "international/emoji-zwj.el" "international/eucjp-ms.el" | 39539 | ;;;;;; "international/charscript.el" "international/cp51932.el" |
| 39540 | ;;;;;; "international/emoji-zwj.el" "international/eucjp-ms.el" | ||
| 39540 | ;;;;;; "international/iso-transl.el" "international/mule-cmds.el" | 39541 | ;;;;;; "international/iso-transl.el" "international/mule-cmds.el" |
| 39541 | ;;;;;; "international/mule-conf.el" "international/mule.el" "isearch.el" | 39542 | ;;;;;; "international/mule-conf.el" "international/mule.el" "international/uni-bidi.el" |
| 39542 | ;;;;;; "jit-lock.el" "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el" | 39543 | ;;;;;; "international/uni-brackets.el" "international/uni-category.el" |
| 39544 | ;;;;;; "international/uni-combining.el" "international/uni-comment.el" | ||
| 39545 | ;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el" | ||
| 39546 | ;;;;;; "international/uni-digit.el" "international/uni-lowercase.el" | ||
| 39547 | ;;;;;; "international/uni-mirrored.el" "international/uni-name.el" | ||
| 39548 | ;;;;;; "international/uni-numeric.el" "international/uni-old-name.el" | ||
| 39549 | ;;;;;; "international/uni-special-lowercase.el" "international/uni-special-titlecase.el" | ||
| 39550 | ;;;;;; "international/uni-special-uppercase.el" "international/uni-titlecase.el" | ||
| 39551 | ;;;;;; "international/uni-uppercase.el" "isearch.el" "jit-lock.el" | ||
| 39552 | ;;;;;; "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el" | ||
| 39543 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" | 39553 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" |
| 39544 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" | 39554 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" |
| 39545 | ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" | 39555 | ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" |