Module Name: src
Committed By: martin
Date: Sun Aug 31 07:38:14 UTC 2014
Modified Files:
src/external/gpl3/gcc/dist/gcc [netbsd-7]: config.host
src/gnu/dist/texinfo [netbsd-7]: config.guess
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #72):
gnu/dist/texinfo/config.guess: revision 1.3
external/gpl3/gcc/dist/gcc/config.host: revision 1.3
Support building on cygwin64.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.4.1 src/external/gpl3/gcc/dist/gcc/config.host
cvs rdiff -u -r1.2 -r1.2.10.1 src/gnu/dist/texinfo/config.guess
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/gcc/config.host
diff -u src/external/gpl3/gcc/dist/gcc/config.host:1.2 src/external/gpl3/gcc/dist/gcc/config.host:1.2.4.1
--- src/external/gpl3/gcc/dist/gcc/config.host:1.2 Sat Mar 1 09:44:50 2014
+++ src/external/gpl3/gcc/dist/gcc/config.host Sun Aug 31 07:38:14 2014
@@ -214,7 +214,7 @@ case ${host} in
;;
esac
;;
- i[34567]86-*-cygwin*)
+ i[34567]86-*-cygwin* | x86_64-*-cygwin*)
host_xm_file=i386/xm-cygwin.h
out_host_hook_obj=host-cygwin.o
host_xmake_file="${host_xmake_file} i386/x-cygwin"
Index: src/gnu/dist/texinfo/config.guess
diff -u src/gnu/dist/texinfo/config.guess:1.2 src/gnu/dist/texinfo/config.guess:1.2.10.1
--- src/gnu/dist/texinfo/config.guess:1.2 Thu Jul 19 19:34:27 2012
+++ src/gnu/dist/texinfo/config.guess Sun Aug 31 07:38:13 2014
@@ -780,7 +780,7 @@ EOF
*:FreeBSD:*:*)
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
exit 0 ;;
- i*:CYGWIN*:*)
+ i*:CYGWIN*:* | x86*:CYGWIN*:*)
echo ${UNAME_MACHINE}-pc-cygwin
exit 0 ;;
i*:MINGW*:*)