Skip to content
Snippets Groups Projects
Commit 575eb6d8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

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

parent 7d3f6d4c
No related branches found
No related tags found
No related merge requests found
......@@ -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" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment