summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Gueytat <contact@jgueytat.fr>2017-02-11 18:48:50 +0100
committerJulien Gueytat <contact@jgueytat.fr>2017-02-13 20:06:53 +0000
commitaa1631d76c37793941b7dc343141962ccf0488be (patch)
treef0481cb48a56d9dd02e5134b2091856881e2979f
parent6fe386ac426a7ac41be57e15b02041ff809c8eac (diff)
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 <oswald.buddenhagen@qt.io>
-rw-r--r--mkspecs/common/solaris.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/common/solaris.conf b/mkspecs/common/solaris.conf
index b53227204d..23e26debff 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 +=