Francois Gouget : winegcc: Solaris uses the same link option detection code as other platforms.
Module: wine Branch: master Commit: 575eb6d8e10a7c3f497f1bb26fb83cdef48a6ddc URL: http://source.winehq.org/git/wine.git/?a=commit;h=575eb6d8e10a7c3f497f1bb26f... Author: Francois Gouget <fgouget(a)free.fr> Date: Fri Sep 6 14:35:07 2013 +0200 winegcc: Solaris uses the same link option detection code as other platforms. --- tools/winegcc/winegcc.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/tools/winegcc/winegcc.c b/tools/winegcc/winegcc.c index 273210a..be0d31f 100644 --- a/tools/winegcc/winegcc.c +++ b/tools/winegcc/winegcc.c @@ -382,9 +382,6 @@ static const strarray* get_lddllflags( const struct options *opts, const strarra break; case PLATFORM_SOLARIS: - strarray_add( flags, "-Wl,-G,-B,symbolic" ); - break; - case PLATFORM_UNSPECIFIED: strarray_add( flags, "-shared" ); strarray_add( flags, "-Wl,-Bsymbolic" );
participants (1)
-
Alexandre Julliard