diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-10-23 21:21:01 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-10-23 21:21:01 +0300 |
commit | 42ebcfc9b53cad17bacd37097e0dff2b45d1768c (patch) | |
tree | 522590b0d8f375790f72b418283b70f0701d85a0 /extension/build-aux | |
parent | 4dfccced8e5ee72d215801f904a061a2c6379a62 (diff) | |
download | egawk-42ebcfc9b53cad17bacd37097e0dff2b45d1768c.tar.gz egawk-42ebcfc9b53cad17bacd37097e0dff2b45d1768c.tar.bz2 egawk-42ebcfc9b53cad17bacd37097e0dff2b45d1768c.zip |
Update aux files.
Diffstat (limited to 'extension/build-aux')
-rw-r--r-- | extension/build-aux/ChangeLog | 4 | ||||
-rwxr-xr-x | extension/build-aux/config.sub | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/extension/build-aux/ChangeLog b/extension/build-aux/ChangeLog index 153c3e21..b23dec0d 100644 --- a/extension/build-aux/ChangeLog +++ b/extension/build-aux/ChangeLog @@ -1,3 +1,7 @@ +2018-10-23 Arnold D. Robbins <arnold@skeeve.com> + + * config.sub: Updated from GNULIB. + 2018-09-07 Arnold D. Robbins <arnold@skeeve.com> * config.guess, config.sub: Updated from GNULIB. diff --git a/extension/build-aux/config.sub b/extension/build-aux/config.sub index b51fb8cd..f208558e 100755 --- a/extension/build-aux/config.sub +++ b/extension/build-aux/config.sub @@ -89,7 +89,7 @@ while test $# -gt 0 ; do - ) # Use stdin as input. break ;; -* ) - echo "$me: invalid option $1$help" + echo "$me: invalid option $1$help" >&2 exit 1 ;; *local*) @@ -149,7 +149,7 @@ case $1 in esac ;; *-*) - # A lone config we happen to match not fitting any patern + # A lone config we happen to match not fitting any pattern case $field1-$field2 in decstation-3100) basic_machine=mips-dec @@ -950,7 +950,7 @@ unset -v basic_machine # Decode basic machines in the full and proper CPU-Company form. case $cpu-$vendor in - # Here we handle the default manufacturer of certain CPU types in cannonical form. It is in + # Here we handle the default manufacturer of certain CPU types in canonical form. It is in # some cases the only manufacturer, in others, it is the most popular. craynv-unknown) vendor=cray @@ -1101,7 +1101,7 @@ case $cpu-$vendor in cpu=`echo "$cpu" | sed 's/^xscale/arm/'` ;; - # Recognize the cannonical CPU Types that limit and/or modify the + # Recognize the canonical CPU Types that limit and/or modify the # company names they are paired with. cr16-*) os=${os:-elf} @@ -1150,7 +1150,7 @@ case $cpu-$vendor in ;; *) - # Recognize the cannonical CPU types that are allowed with any + # Recognize the canonical CPU types that are allowed with any # company name. case $cpu in 1750a | 580 \ |