From aa1631d76c37793941b7dc343141962ccf0488be Mon Sep 17 00:00:00 2001 From: Julien Gueytat Date: Sat, 11 Feb 2017 18:48:50 +0100 Subject: [PATCH] Replace gstrip by strip due to ELF corruption This is an old error of the gstrip binutils. The bug has been corrected and re-introduced. The command *elfdump -d xxx* on the ELF does bring lines like those : .SUNW_syminfo: invalid sh_info: 0 Task-number: QTBUG-58814 Change-Id: I330c4031dcf4ba64297df4b333b41cf0a003914f Reviewed-by: Oswald Buddenhagen --- mkspecs/common/solaris.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkspecs/common/solaris.conf b/mkspecs/common/solaris.conf index b53227204d7..23e26debffa 100644 --- a/mkspecs/common/solaris.conf +++ b/mkspecs/common/solaris.conf @@ -29,5 +29,5 @@ QMAKE_OBJCOPY = objcopy QMAKE_NM = nm -P QMAKE_RANLIB = -QMAKE_STRIP = gstrip -QMAKE_STRIPFLAGS_LIB += --strip-unneeded +QMAKE_STRIP = strip +QMAKE_STRIPFLAGS_LIB +=