Module Name: src
Committed By: jmcneill
Date: Sat Aug 30 22:05:30 UTC 2014
Modified Files:
src/external/gpl3/gcc/dist/gcc: config.host
Log Message:
cygwin64 support
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/gcc/config.host
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.3
--- 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 Sat Aug 30 22:05:30 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"