diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-07-17 09:26:39 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-07-17 09:27:05 -0700 |
commit | 04599bb1b219b236356ba3393a23e1c1dd8c541b (patch) | |
tree | 152d6e81c4d8f4443f1c4464c36696218c3dfc86 /build-aux/config.sub | |
parent | 00fa9467339271fcaeabd08301b72f0fd802e03a (diff) | |
download | emacs-04599bb1b219b236356ba3393a23e1c1dd8c541b.tar.gz |
Update from Gnulib
This causes config.guess to assume support for shell functions,
a safe assumption nowadays.
* build-aux/config.guess, build-aux/config.sub: Copy from Gnulib.
Diffstat (limited to 'build-aux/config.sub')
-rwxr-xr-x | build-aux/config.sub | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub index c95acc681d1..64f9b14b55b 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-07-03' +timestamp='2018-07-13' # 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 @@ -739,6 +739,7 @@ case $basic_machine in | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ + | moxie-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ @@ -1263,9 +1264,6 @@ case $basic_machine in pmac | pmac-mpw) basic_machine=powerpc-apple ;; - *-unknown) - # Make sure to match an already-canonicalized machine name. - ;; *) echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 exit 1 |