Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/dist/gcc cygwin64 support



details:   https://anonhg.NetBSD.org/src/rev/b7fa1be41cfc
branches:  trunk
changeset: 331914:b7fa1be41cfc
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Aug 30 22:05:30 2014 +0000

description:
cygwin64 support

diffstat:

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

diffs (12 lines):

diff -r a71926edcd77 -r b7fa1be41cfc external/gpl3/gcc/dist/gcc/config.host
--- a/external/gpl3/gcc/dist/gcc/config.host    Sat Aug 30 19:22:50 2014 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.host    Sat Aug 30 22:05:30 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"



Home | Main Index | Thread Index | Old Index