summaryrefslogtreecommitdiff
path: root/Build/source/build-aux/config.guess
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-03-27 02:24:02 +0000
committerKarl Berry <karl@freefriends.org>2014-03-27 02:24:02 +0000
commitfb344470516c4a0abb54df36803967fb959690f9 (patch)
tree41a2686cd53668833041fa975d9f703a3603a0b4 /Build/source/build-aux/config.guess
parent9593ba1bd0ef0bd9e0fb4b84a0a2eafa1945d5b9 (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/build-aux/config.guess')
-rwxr-xr-xBuild/source/build-aux/config.guess8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess
index 71f8f7a66e7..1f5c50c0d15 100755
--- a/Build/source/build-aux/config.guess
+++ b/Build/source/build-aux/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:*:*)