Mercurial > hg > octave-jordi > gnulib-hg
changeset 15812:d09cc85a3d54
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Sun, 02 Oct 2011 06:31:01 -0700 |
parents | bc3da814a8b3 |
children | c8a01782d9d8 |
files | build-aux/config.guess |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011 Free Software Foundation, Inc. -timestamp='2011-08-20' +timestamp='2011-10-01' # 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 @@ -902,6 +902,9 @@ frv:Linux:*:*) echo frv-unknown-linux-gnu exit ;; + hexagon:Linux:*:*) + echo hexagon-unknown-linux-gnu + exit ;; i*86:Linux:*:*) LIBC=gnu eval $set_cc_for_build