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>
This commit is contained in:
Julien Gueytat 2017-02-11 18:48:50 +01:00
parent 6fe386ac42
commit aa1631d76c

View File

@ -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 +=