[3/3] winegcc: Solaris uses the same link option detection code as other platforms.

Francois Gouget fgouget at free.fr
Fri Sep 6 07:35:07 CDT 2013


This fixes building on Solaris.
---

The modern Solaris systems supported by Wine are unrelated to UnixWare 
(the configure.ac case where these options came from).


 tools/winegcc/winegcc.c | 3 ---
 1 file changed, 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" );
-- 
1.8.4.rc3




More information about the wine-patches mailing list