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

This commit is contained in:
Francois Gouget 2013-09-06 14:35:07 +02:00 committed by Alexandre Julliard
parent 7d3f6d4c60
commit 575eb6d8e1
1 changed files with 0 additions and 3 deletions

View File

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