diff options
author | Nick Clifton <nickc@gcc.gnu.org> | 2014-04-23 09:42:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2014-04-23 09:42:40 +0000 |
commit | f70df035309a06912b4afdd6f08f99f7488fae7a (patch) | |
tree | 053257ce0014d9f1ed15aa34ba7938b906fc2990 /gcc/config/i386/mingw32.h | |
parent | 6a9accca8f7540c3de549965b7816e8958f4c510 (diff) | |
download | gcc-f70df035309a06912b4afdd6f08f99f7488fae7a.zip gcc-f70df035309a06912b4afdd6f08f99f7488fae7a.tar.gz gcc-f70df035309a06912b4afdd6f08f99f7488fae7a.tar.bz2 |
cygwin.h (ENDFILE_SPEC): Include default-manifest.o if it can be found in the search path.
* config/i386/cygwin.h (ENDFILE_SPEC): Include
default-manifest.o if it can be found in the search path.
* config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
From-SVN: r209681
Diffstat (limited to 'gcc/config/i386/mingw32.h')
-rw-r--r-- | gcc/config/i386/mingw32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index f563820..4cfd5f0 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h @@ -148,6 +148,7 @@ along with GCC; see the file COPYING3. If not see #undef ENDFILE_SPEC #define ENDFILE_SPEC \ "%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \ + %{!shared:%:if-exists(default-manifest.o%s)}\ crtend.o%s" /* Override startfile prefix defaults. */ |