mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 08:47:41 +01:00
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15071 a95241bf-73f2-0310-859d-f6bbb57e9c96
5 lines
162 B
Plaintext
5 lines
162 B
Plaintext
# AIX 4.3 and above requires -X32_64 flag to all ar and nm commands
|
|
# to handle both 32-bit and 64-bit objects.
|
|
AR_FOR_TARGET=ar -X32_64
|
|
NM_FOR_TARGET=nm -X32_64
|