[GRASS-SVN] r73699 - grass/branches/releasebranch_7_4
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 24 01:51:40 PST 2018
Author: neteler
Date: 2018-11-24 01:51:40 -0800 (Sat, 24 Nov 2018)
New Revision: 73699
Modified:
grass/branches/releasebranch_7_4/config.guess
grass/branches/releasebranch_7_4/config.sub
Log:
config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/
Modified: grass/branches/releasebranch_7_4/config.guess
===================================================================
--- grass/branches/releasebranch_7_4/config.guess 2018-11-24 09:49:47 UTC (rev 73698)
+++ grass/branches/releasebranch_7_4/config.guess 2018-11-24 09:51:40 UTC (rev 73699)
@@ -890,7 +890,7 @@
echo "$UNAME_MACHINE"-pc-uwin
exit ;;
amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
- echo x86_64-unknown-cygwin
+ echo x86_64-pc-cygwin
exit ;;
prep*:SunOS:5.*:*)
echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
Modified: grass/branches/releasebranch_7_4/config.sub
===================================================================
--- grass/branches/releasebranch_7_4/config.sub 2018-11-24 09:49:47 UTC (rev 73698)
+++ grass/branches/releasebranch_7_4/config.sub 2018-11-24 09:51:40 UTC (rev 73699)
@@ -89,7 +89,7 @@
- ) # 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 @@
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 @@
# 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 @@
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 @@
;;
*)
- # 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 \
@@ -1161,6 +1161,7 @@
| 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 @@
| powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
- | midnightbsd*)
+ | midnightbsd* | amdhsa*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
qnx*)
More information about the grass-commit
mailing list