Skip to content

Commit

Permalink
autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
kberry committed Oct 3, 2016
1 parent 2ed5c11 commit d0afb6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-aux/config.guess
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2016 Free Software Foundation, Inc.

timestamp='2016-09-11'
timestamp='2016-10-02'

# 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
Expand Down Expand Up @@ -1000,6 +1000,9 @@ EOF
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
;;
mips64el:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
exit ;;
openrisc*:Linux:*:*)
echo or1k-unknown-linux-${LIBC}
exit ;;
Expand Down

0 comments on commit d0afb6a

Please sign in to comment.