cygwin.h (LINK_SPEC): Add -tsaware flag if !mno-cygwin.
* config/i386/cygwin.h (LINK_SPEC): Add -tsaware flag if !mno-cygwin. From-SVN: r154044
This commit is contained in:
parent
6e7e763e32
commit
633f54d041
@ -1,3 +1,7 @@
|
|||||||
|
2009-11-09 Dave Korn <dave.korn.cygwin@gmail.com>
|
||||||
|
|
||||||
|
* config/i386/cygwin.h (LINK_SPEC): Add -tsaware flag if !mno-cygwin.
|
||||||
|
|
||||||
2009-11-09 Jason Merrill <jason@redhat.com>
|
2009-11-09 Jason Merrill <jason@redhat.com>
|
||||||
|
|
||||||
* gdbinit.in (pgq): New function for printing gimple sequence.
|
* gdbinit.in (pgq): New function for printing gimple sequence.
|
||||||
|
@ -94,7 +94,7 @@ along with GCC; see the file COPYING3. If not see
|
|||||||
%{shared|mdll: --enable-auto-image-base -e \
|
%{shared|mdll: --enable-auto-image-base -e \
|
||||||
%{mno-cygwin:_DllMainCRTStartup@12} \
|
%{mno-cygwin:_DllMainCRTStartup@12} \
|
||||||
%{!mno-cygwin:__cygwin_dll_entry@12}}\
|
%{!mno-cygwin:__cygwin_dll_entry@12}}\
|
||||||
%{!mno-cygwin:--dll-search-prefix=cyg}"
|
%{!mno-cygwin:--dll-search-prefix=cyg -tsaware}"
|
||||||
|
|
||||||
/* Allocate space for all of the machine-spec-specific stuff.
|
/* Allocate space for all of the machine-spec-specific stuff.
|
||||||
Allocate enough space for cygwin -> mingw32 munging plus
|
Allocate enough space for cygwin -> mingw32 munging plus
|
||||||
|
Loading…
Reference in New Issue
Block a user