cygwin.h (SHARED_LIBGCC_SPEC): Make shared libgcc the default setting.
* config/i386/cygwin.h (SHARED_LIBGCC_SPEC): Make shared libgcc the default setting. From-SVN: r196634
This commit is contained in:
parent
c79c6ca64a
commit
f4b719c718
2 changed files with 6 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-03-13 Dave Korn <dave.korn.cygwin@....>
|
||||
|
||||
* config/i386/cygwin.h (SHARED_LIBGCC_SPEC): Make shared libgcc the
|
||||
default setting.
|
||||
|
||||
2013-03-13 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/56608
|
||||
|
|
|
@ -48,11 +48,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
%{static|static-libgcc:-lgcc -lgcc_eh} \
|
||||
%{!static: \
|
||||
%{!static-libgcc: \
|
||||
%{!shared: \
|
||||
%{!shared-libgcc:-lgcc -lgcc_eh} \
|
||||
%{shared-libgcc:-lgcc_s -lgcc} \
|
||||
} \
|
||||
%{shared:-lgcc_s -lgcc} \
|
||||
-lgcc_s -lgcc \
|
||||
} \
|
||||
} "
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue