diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2013-04-22 14:22:09 -0700 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-06-10 16:46:06 +0200 |
commit | bea3ae76693d7f9f61219254a864cb97459b2d01 (patch) | |
tree | ac4e0f0f476809ceb5d16b92359510361122702a /mkspecs/aix-xlc | |
parent | 3ad3939f72c923ab8a4c6fc497292affe6457908 (diff) | |
download | qtbase-bea3ae76693d7f9f61219254a864cb97459b2d01.tar.gz qtbase-bea3ae76693d7f9f61219254a864cb97459b2d01.tar.bz2 qtbase-bea3ae76693d7f9f61219254a864cb97459b2d01.zip |
Add QMAKE_NM to the mkspecs
We'll use nm to get the listing of symbols in the next commit.
The -P option is "portable", which sounds like a good idea. I don't
have access to any of the commercial Unix systems, but I do remember
them printing a different format than GNU binutils's nm.
Change-Id: If6f80624bedaf2b1dabf608e16aa097d9910d739
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'mkspecs/aix-xlc')
-rw-r--r-- | mkspecs/aix-xlc/qmake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/aix-xlc/qmake.conf b/mkspecs/aix-xlc/qmake.conf index c4efebff24..d2de649355 100644 --- a/mkspecs/aix-xlc/qmake.conf +++ b/mkspecs/aix-xlc/qmake.conf @@ -66,6 +66,7 @@ QMAKE_LIBS_THREAD = -lpthreads QMAKE_AR = ar cq QMAKE_OBJCOPY = objcopy +QMAKE_NM = nm -P QMAKE_RANLIB = ranlib include(../common/unix.conf) |