• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


コミットメタ情報

リビジョンd9b3670afa0450b2d81b458e72a72c72e35acdeb (tree)
日時2016-12-02 06:23:08
作者Christopher Roy Bratusek <nano@jpbe...>
コミッターChristopher Roy Bratusek

ログメッセージ

update config.sub/config.guess 2016-10-02

変更サマリ

差分

--- a/config.guess
+++ b/config.guess
@@ -2,7 +2,7 @@
22 # Attempt to guess a canonical system name.
33 # Copyright 1992-2016 Free Software Foundation, Inc.
44
5-timestamp='2016-04-02'
5+timestamp='2016-10-02'
66
77 # This file is free software; you can redistribute it and/or modify it
88 # under the terms of the GNU General Public License as published by
@@ -186,9 +186,12 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
186186 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
187187 esac
188188 # The Operating System including object format, if it has switched
189- # to ELF recently, or will in the future.
189+ # to ELF recently (or will in the future) and ABI.
190190 case "${UNAME_MACHINE_ARCH}" in
191- arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax)
191+ earm*)
192+ os=netbsdelf
193+ ;;
194+ arm*|i386|m68k|ns32k|sh3*|sparc|vax)
192195 eval $set_cc_for_build
193196 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
194197 | grep -q __ELF__
@@ -997,6 +1000,9 @@ EOF
9971000 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
9981001 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
9991002 ;;
1003+ mips64el:Linux:*:*)
1004+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1005+ exit ;;
10001006 openrisc*:Linux:*:*)
10011007 echo or1k-unknown-linux-${LIBC}
10021008 exit ;;
@@ -1029,6 +1035,9 @@ EOF
10291035 ppcle:Linux:*:*)
10301036 echo powerpcle-unknown-linux-${LIBC}
10311037 exit ;;
1038+ riscv32:Linux:*:* | riscv64:Linux:*:*)
1039+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1040+ exit ;;
10321041 s390:Linux:*:* | s390x:Linux:*:*)
10331042 echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
10341043 exit ;;
@@ -1408,18 +1417,17 @@ esac
14081417 cat >&2 <<EOF
14091418 $0: unable to guess system type
14101419
1411-This script, last modified $timestamp, has failed to recognize
1412-the operating system you are using. It is advised that you
1413-download the most up to date version of the config scripts from
1420+This script (version $timestamp), has failed to recognize the
1421+operating system you are using. If your script is old, overwrite
1422+config.guess and config.sub with the latest versions from:
14141423
14151424 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
14161425 and
14171426 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
14181427
1419-If the version you run ($0) is already up to date, please
1420-send the following data and any information you think might be
1421-pertinent to <config-patches@gnu.org> in order to provide the needed
1422-information to handle your system.
1428+If $0 has already been updated, send the following data and any
1429+information you think might be pertinent to config-patches@gnu.org to
1430+provide the necessary information to handle your system.
14231431
14241432 config.guess timestamp = $timestamp
14251433
--- a/config.sub
+++ b/config.sub
@@ -2,7 +2,7 @@
22 # Configuration validation subroutine script.
33 # Copyright 1992-2016 Free Software Foundation, Inc.
44
5-timestamp='2016-03-30'
5+timestamp='2016-11-04'
66
77 # This file is free software; you can redistribute it and/or modify it
88 # under the terms of the GNU General Public License as published by
@@ -117,7 +117,7 @@ case $maybe_os in
117117 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
118118 linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
119119 knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \
120- kopensolaris*-gnu* | \
120+ kopensolaris*-gnu* | cloudabi*-eabi* | \
121121 storm-chaos* | os2-emx* | rtmk-nova*)
122122 os=-$maybe_os
123123 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
@@ -301,6 +301,7 @@ case $basic_machine in
301301 | open8 | or1k | or1knd | or32 \
302302 | pdp10 | pdp11 | pj | pjl \
303303 | powerpc | powerpc64 | powerpc64le | powerpcle \
304+ | pru \
304305 | pyramid \
305306 | riscv32 | riscv64 \
306307 | rl78 | rx \
@@ -428,6 +429,7 @@ case $basic_machine in
428429 | orion-* \
429430 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
430431 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
432+ | pru-* \
431433 | pyramid-* \
432434 | riscv32-* | riscv64-* \
433435 | rl78-* | romp-* | rs6000-* | rx-* \
@@ -643,6 +645,14 @@ case $basic_machine in
643645 basic_machine=m68k-bull
644646 os=-sysv3
645647 ;;
648+ e500v[12])
649+ basic_machine=powerpc-unknown
650+ os=$os"spe"
651+ ;;
652+ e500v[12]-*)
653+ basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
654+ os=$os"spe"
655+ ;;
646656 ebmon29k)
647657 basic_machine=a29k-amd
648658 os=-ebmon
@@ -1022,7 +1032,7 @@ case $basic_machine in
10221032 ppc-* | ppcbe-*)
10231033 basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
10241034 ;;
1025- ppcle | powerpclittle | ppc-le | powerpc-little)
1035+ ppcle | powerpclittle)
10261036 basic_machine=powerpcle-unknown
10271037 ;;
10281038 ppcle-* | powerpclittle-*)
@@ -1032,7 +1042,7 @@ case $basic_machine in
10321042 ;;
10331043 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
10341044 ;;
1035- ppc64le | powerpc64little | ppc64-le | powerpc64-little)
1045+ ppc64le | powerpc64little)
10361046 basic_machine=powerpc64le-unknown
10371047 ;;
10381048 ppc64le-* | powerpc64little-*)
@@ -1389,7 +1399,7 @@ case $os in
13891399 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
13901400 | -chorusos* | -chorusrdb* | -cegcc* \
13911401 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1392- | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
1402+ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
13931403 | -linux-newlib* | -linux-musl* | -linux-uclibc* \
13941404 | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
13951405 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
@@ -1399,7 +1409,7 @@ case $os in
13991409 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
14001410 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
14011411 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
1402- | -onefs* | -tirtos*)
1412+ | -onefs* | -tirtos* | -phoenix* | -fuchsia*)
14031413 # Remember, each alternative MUST END IN *, to match a version number.
14041414 ;;
14051415 -qnx*)