bea3ae7669
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>
13 lines
381 B
Plaintext
13 lines
381 B
Plaintext
|
|
# 32-bit x86 nacl configuration.
|
|
|
|
QMAKE_CC = x86_64-nacl-gcc
|
|
QMAKE_CXX = x86_64-nacl-g++
|
|
QMAKE_LINK = x86_64-nacl-g++
|
|
QMAKE_LINK_SHLIB = x86_64-nacl-g++
|
|
QMAKE_AR = x86_64-nacl-ar q
|
|
QMAKE_OBJCOPY = x86_64-nacl-objcopy
|
|
QMAKE_NM = x86_64-nacl-nm -P
|
|
QMAKE_STRIP = x86_64-nacl-strip
|
|
|