summaryrefslogtreecommitdiffstats
path: root/bin/config.guess
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-08-19 16:51:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-08-19 16:51:32 (GMT)
commit5c84b510304d5ae23eb1a7bedda8ce5eb816e414 (patch)
tree60c0a303691378612f48de4a174a34b9aaf45328 /bin/config.guess
parent6e58f671ec62120246a94101a80a47259ffb96c3 (diff)
downloadhdf5-5c84b510304d5ae23eb1a7bedda8ce5eb816e414.zip
hdf5-5c84b510304d5ae23eb1a7bedda8ce5eb816e414.tar.gz
hdf5-5c84b510304d5ae23eb1a7bedda8ce5eb816e414.tar.bz2
[svn-r24024] JAVA-1714: CMake packaging for macs improved
HDFFV-7989: h5dump any_path and help text grouping Added cygwin-64 support Merged from trunk, tested local linux
Diffstat (limited to 'bin/config.guess')
-rwxr-xr-xbin/config.guess8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/config.guess b/bin/config.guess
index f32079a..03fe473 100755
--- a/bin/config.guess
+++ b/bin/config.guess
@@ -778,9 +778,9 @@ EOF
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
esac
exit ;;
- i*:CYGWIN*:*)
- echo ${UNAME_MACHINE}-pc-cygwin
- exit ;;
+ i*:CYGWIN*:* | x*:CYGWIN*:*)
+ echo ${UNAME_MACHINE}-pc-cygwin
+ exit ;;
*:MINGW*:*)
echo ${UNAME_MACHINE}-pc-mingw32
exit ;;
@@ -815,7 +815,7 @@ EOF
i*:UWIN*:*)
echo ${UNAME_MACHINE}-pc-uwin
exit ;;
- amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
+ amd64:CYGWIN*:*:*)
echo x86_64-unknown-cygwin
exit ;;
p*:CYGWIN*:*)