winegcc: Solaris uses the same link option detection code as other platforms.
This commit is contained in:
parent
7d3f6d4c60
commit
575eb6d8e1
|
@ -382,9 +382,6 @@ static const strarray* get_lddllflags( const struct options *opts, const strarra
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case PLATFORM_SOLARIS:
|
case PLATFORM_SOLARIS:
|
||||||
strarray_add( flags, "-Wl,-G,-B,symbolic" );
|
|
||||||
break;
|
|
||||||
|
|
||||||
case PLATFORM_UNSPECIFIED:
|
case PLATFORM_UNSPECIFIED:
|
||||||
strarray_add( flags, "-shared" );
|
strarray_add( flags, "-shared" );
|
||||||
strarray_add( flags, "-Wl,-Bsymbolic" );
|
strarray_add( flags, "-Wl,-Bsymbolic" );
|
||||||
|
|
Loading…
Reference in New Issue