mirror of
https://github.com/boostorg/build.git
synced 2026-02-12 12:02:24 +00:00
Add missing assembler options to clang-win.jam, to enable Context to build (#602)
This commit is contained in:
@@ -171,7 +171,8 @@ rule init ( version ? : command * : options * )
|
||||
|
||||
toolset.flags clang-win.compile .CC $(cond) : $(compiler) -m$(addr) ;
|
||||
toolset.flags clang-win.link .LD $(cond) : $(compiler) -m$(addr) /link "/incremental:no" "/manifest" ;
|
||||
toolset.flags clang-win.compile .ASM $(cond) : $(assembler) -nologo ;
|
||||
toolset.flags clang-win.compile .ASM $(cond) : $(assembler) -nologo -c -Zp4 -Cp -Cx ;
|
||||
toolset.flags clang-win.compile .ASM_OUTPUT $(cond) : -Fo ;
|
||||
toolset.flags clang-win.archive .LD $(cond) : $(archiver) /nologo ;
|
||||
toolset.flags clang-win.link .MT $(cond) : $(manifest-tool) -nologo ;
|
||||
toolset.flags clang-win.compile .MC $(cond) : $(mc-compiler) ;
|
||||
|
||||
Reference in New Issue
Block a user