[PATCH] winegcc: Restore the linker option specifier for strip.

Huw Davies huw at codeweavers.com
Tue Mar 12 03:44:12 CDT 2019


Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 tools/winegcc/winegcc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/winegcc/winegcc.c b/tools/winegcc/winegcc.c
index b58c39af36..94d29067e2 100644
--- a/tools/winegcc/winegcc.c
+++ b/tools/winegcc/winegcc.c
@@ -406,7 +406,7 @@ static strarray *get_link_args( struct options *opts, const char *output_name )
             strarray_add( flags, "-image_base" );
             strarray_add( flags, opts->image_base );
         }
-        if (opts->strip) strarray_add( flags, "-x" );
+        if (opts->strip) strarray_add( flags, "-Wl,-x" );
         return flags;
 
     case PLATFORM_SOLARIS:
-- 
2.18.0




More information about the wine-devel mailing list