2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Support for 64-bit compilation on acc.

[SVN r52079]
This commit is contained in:
Vladimir Prus
2009-03-31 18:54:47 +00:00
parent 33cf727d53
commit 502d5df52e

View File

@@ -63,6 +63,9 @@ flags acc LINKFLAGS <debug-symbols>off : -s ;
flags acc CFLAGS <profiling>on : -pg ;
flags acc LINKFLAGS <profiling>on : -pg ;
flags acc CFLAGS <address-model>64 : +DD64 ;
flags acc LINKFLAGS <address-model>64 : +DD64 ;
flags acc CFLAGS <cflags> ;
flags acc C++FLAGS <cxxflags> ;
flags acc DEFINES <define> ;