Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src Pull up following revision(s) (requested by jmcneill in t...



details:   https://anonhg.NetBSD.org/src/rev/a25064af069e
branches:  netbsd-7
changeset: 798319:a25064af069e
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Aug 31 07:38:13 2014 +0000

description:
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.

diffstat:

 external/gpl3/gcc/dist/gcc/config.host |  2 +-
 gnu/dist/texinfo/config.guess          |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r e4ce53b695f3 -r a25064af069e external/gpl3/gcc/dist/gcc/config.host
--- a/external/gpl3/gcc/dist/gcc/config.host    Sat Aug 30 19:34:04 2014 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.host    Sun Aug 31 07:38:13 2014 +0000
@@ -214,7 +214,7 @@
         ;;
     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"
diff -r e4ce53b695f3 -r a25064af069e gnu/dist/texinfo/config.guess
--- a/gnu/dist/texinfo/config.guess     Sat Aug 30 19:34:04 2014 +0000
+++ b/gnu/dist/texinfo/config.guess     Sun Aug 31 07:38:13 2014 +0000
@@ -780,7 +780,7 @@
     *: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*:*)



Home | Main Index | Thread Index | Old Index