Commit 241547bb by Dave Korn Committed by Dave Korn

cygwin.h (LINK_SPEC): Add --enable-auto-image-base.

	* gcc/config/i386/cygwin.h (LINK_SPEC): Add --enable-auto-image-base.

From-SVN: r150717
parent f6038131
2009-08-13 Dave Korn <dave.korn.cygwin@gmail.com>
* gcc/config/i386/cygwin.h (LINK_SPEC): Add --enable-auto-image-base.
2009-08-13 Richard Guenther <rguenther@suse.de> 2009-08-13 Richard Guenther <rguenther@suse.de>
PR middle-end/41047 PR middle-end/41047
......
...@@ -91,7 +91,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -91,7 +91,7 @@ along with GCC; see the file COPYING3. If not see
%{shared: %{mdll: %eshared and mdll are not compatible}} \ %{shared: %{mdll: %eshared and mdll are not compatible}} \
%{shared: --shared} %{mdll:--dll} \ %{shared: --shared} %{mdll:--dll} \
%{static:-Bstatic} %{!static:-Bdynamic} \ %{static:-Bstatic} %{!static:-Bdynamic} \
%{shared|mdll: -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}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment