diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-27 02:24:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-27 02:24:02 +0000 |
commit | fb344470516c4a0abb54df36803967fb959690f9 (patch) | |
tree | 41a2686cd53668833041fa975d9f703a3603a0b4 /Build/source/libs/icu | |
parent | 9593ba1bd0ef0bd9e0fb4b84a0a2eafa1945d5b9 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@33298 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu')
-rwxr-xr-x | Build/source/libs/icu/icu-53.1/source/config.guess | 8 | ||||
-rwxr-xr-x | Build/source/libs/icu/icu-53.1/source/config.sub | 9 |
2 files changed, 7 insertions, 10 deletions
diff --git a/Build/source/libs/icu/icu-53.1/source/config.guess b/Build/source/libs/icu/icu-53.1/source/config.guess index 71f8f7a66e7..1f5c50c0d15 100755 --- a/Build/source/libs/icu/icu-53.1/source/config.guess +++ b/Build/source/libs/icu/icu-53.1/source/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2014-03-13' +timestamp='2014-03-23' # 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 @@ -969,10 +969,10 @@ EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; - or1k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + openrisc*:Linux:*:*) + echo or1k-unknown-linux-${LIBC} exit ;; - or32:Linux:*:*) + or32:Linux:*:* | or1k*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) diff --git a/Build/source/libs/icu/icu-53.1/source/config.sub b/Build/source/libs/icu/icu-53.1/source/config.sub index 092cff00ea7..5d7d62fb6fc 100755 --- a/Build/source/libs/icu/icu-53.1/source/config.sub +++ b/Build/source/libs/icu/icu-53.1/source/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2014-01-01' +timestamp='2014-03-23' # 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 @@ -296,8 +296,7 @@ case $basic_machine in | nds32 | nds32le | nds32be \ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ - | open8 \ - | or1k | or32 \ + | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ @@ -415,6 +414,7 @@ case $basic_machine in | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ + | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ @@ -1594,9 +1594,6 @@ case $basic_machine in mips*-*) os=-elf ;; - or1k-*) - os=-elf - ;; or32-*) os=-coff ;; |