diff options
author | Johnathan Corgan | 2011-12-07 17:02:26 -0800 |
---|---|---|
committer | Johnathan Corgan | 2011-12-07 17:02:26 -0800 |
commit | 8615b9d76c2062cadc0bd1a23070b998880f7c44 (patch) | |
tree | 35402103308ffff7cd4af5602ddc4b98207f5821 /gr-howto-write-a-block/config.guess | |
parent | 9a3f3caf81837ff088491b61ebe8a38277cb1d78 (diff) | |
download | gnuradio-8615b9d76c2062cadc0bd1a23070b998880f7c44.tar.gz gnuradio-8615b9d76c2062cadc0bd1a23070b998880f7c44.tar.bz2 gnuradio-8615b9d76c2062cadc0bd1a23070b998880f7c44.zip |
build: update config.{guess,sub} with canonical ones
Diffstat (limited to 'gr-howto-write-a-block/config.guess')
-rwxr-xr-x | gr-howto-write-a-block/config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/config.guess b/gr-howto-write-a-block/config.guess index 43f0cdbcf..8152efd67 100755 --- a/gr-howto-write-a-block/config.guess +++ b/gr-howto-write-a-block/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011 Free Software Foundation, Inc. -timestamp='2011-10-01' +timestamp='2011-11-11' # 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 @@ -806,6 +806,9 @@ EOF *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; + i*:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 |