Commit 575eb6d8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winegcc: Solaris uses the same link option detection code as other platforms.

parent 7d3f6d4c
......@@ -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" );
......
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