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:
@@ -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> ;
|
||||
|
||||
Reference in New Issue
Block a user