summaryrefslogtreecommitdiff
path: root/ld/configure.host
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-03-05 11:54:28 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-03-05 11:54:28 +0000
commit4b29db47adc4bb7487afbd28a1485981608e3734 (patch)
treedced573230385ae41364e47d784c85e8893faa9a /ld/configure.host
parenta179050c730a746ccf9ff66fc2d5e0a910cdc9db (diff)
downloadbinutils-redhat-4b29db47adc4bb7487afbd28a1485981608e3734.tar.gz
* configure.host: Add x86_64-*-cygwin* as valid host.
* configure.tgt: Add x86_64-*-cygwin* as valid target. * emultempl/pep.em: Handle different requirements for Cygwin in terms of start addresses for executables and DLLs, based on memory model in http://cygwin.com/ml/cygwin-developers/2013-02/msg00027.html
Diffstat (limited to 'ld/configure.host')
-rw-r--r--ld/configure.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure.host b/ld/configure.host
index ab7bc7dbe5..c56f67debe 100644
--- a/ld/configure.host
+++ b/ld/configure.host
@@ -171,7 +171,7 @@ i[3-7]86-pc-interix*)
HOSTING_LIBS='-L $$X/local_bin -L $$INTERIX_ROOT/usr/lib '"$HOSTING_LIBS"' -lcpsx -lc -lcpsx $$INTERIX_ROOT/usr/lib/psxdll.a $$INTERIX_ROOT/usr/lib/psxdll2.a'
;;
-i[3-7]86-*-cygwin*)
+i[3-7]86-*-cygwin* | x86_64-*-cygwin*)
HOSTING_LIBS="$HOSTING_LIBS"' -lcygwin -L/usr/lib/w32api -luser32 -lkernel32 -ladvapi32 -lshell32 `if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi`'
;;