2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Pass -X 64 to ar only on AIX. Fixes #2281.

[SVN r48573]
This commit is contained in:
Vladimir Prus
2008-09-04 07:53:22 +00:00
parent 9b65dbc200
commit fbddf9aa4e

View File

@@ -60,7 +60,7 @@ flags vacpp C++FLAGS <rtti>on : -qrtti ;
# Enable 64-bit memory addressing model
flags vacpp CFLAGS <address-model>64 : -q64 ;
flags vacpp LINKFLAGS <address-model>64 : -q64 ;
flags vacpp ARFLAGS <address-model>64 : -X 64 ;
flags vacpp ARFLAGS <target-os>aix/<address-model>64 : -X 64 ;
# Use absolute path when generating debug information
flags vacpp CFLAGS <debug-symbols>on : -g -qfullpath ;