diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-03-05 11:54:29 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-03-05 11:54:29 +0000 |
commit | a07ee50e95c6176ea58919254e4001a15dd7622b (patch) | |
tree | d3c6181836a2914783a2f5f9d633124c531e38fc /ld/configure.host | |
parent | ee36d91878ff644d64438a90d5c6ff5d3fe91746 (diff) | |
download | gdb-a07ee50e95c6176ea58919254e4001a15dd7622b.zip gdb-a07ee50e95c6176ea58919254e4001a15dd7622b.tar.gz gdb-a07ee50e95c6176ea58919254e4001a15dd7622b.tar.bz2 |
* 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.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure.host b/ld/configure.host index ab7bc7d..c56f67d 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`' ;; |