]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cygwin.h (LINK_SPEC): Add --enable-auto-image-base.
authorDave Korn <dave.korn.cygwin@gmail.com>
Thu, 13 Aug 2009 15:00:42 +0000 (15:00 +0000)
committerDave Korn <davek@gcc.gnu.org>
Thu, 13 Aug 2009 15:00:42 +0000 (15:00 +0000)
* gcc/config/i386/cygwin.h (LINK_SPEC): Add --enable-auto-image-base.

From-SVN: r150717

gcc/ChangeLog
gcc/config/i386/cygwin.h

index 42d8bf4fe50c419613aeea2ba1a95567dc6aa402..20048d6360ce6c768ac3dbd09ed02d7b6e051fdb 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        PR middle-end/41047
index 02d059f762891778c1463234a3bcfbd9d6cef2bc..d1d00f7a79b934bcd36f00669c9b0841a2ed213e 100644 (file)
@@ -91,7 +91,7 @@ along with GCC; see the file COPYING3.  If not see
   %{shared: %{mdll: %eshared and mdll are not compatible}} \
   %{shared: --shared} %{mdll:--dll} \
   %{static:-Bstatic} %{!static:-Bdynamic} \
-  %{shared|mdll: -e \
+  %{shared|mdll: --enable-auto-image-base -e \
     %{mno-cygwin:_DllMainCRTStartup@12} \
     %{!mno-cygwin:__cygwin_dll_entry@12}}\
   %{!mno-cygwin:--dll-search-prefix=cyg}"