cygwin.h (LINK_SPEC): Pass --tsaware flag only when building executables, not DLLs.
authorYaakov Selkowitz <yselkowi@redhat.com>
Tue, 19 Aug 2014 15:03:42 +0000 (15:03 +0000)
committerKai Tietz <ktietz@gcc.gnu.org>
Tue, 19 Aug 2014 15:03:42 +0000 (17:03 +0200)
commit04017283ee3b701e028d0def8ca477937487ee5e
treee6e81c84a931e58721fc04af073fdb78c744f0e2
parentce8126f5ffcf5e658f6496e95e311128907c21f4
cygwin.h (LINK_SPEC): Pass --tsaware flag only when building executables, not DLLs.

2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>

        * config/i386/cygwin.h (LINK_SPEC): Pass --tsaware flag only
        when building executables, not DLLs.  Add --large-address-aware
        under the same conditions.
        * config/i386/cygwin-w64.h (LINK_SPEC): Pass --tsaware flag only
        when building executables, not DLLs.  Add --large-address-aware
        under the same conditions when using -m32.

From-SVN: r214158
gcc/ChangeLog
gcc/config/i386/cygwin-w64.h
gcc/config/i386/cygwin.h