mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
Make address-model affect gcc assembler compilations.
Patch from Gevorg Voskanyan. [SVN r69123]
This commit is contained in:
@@ -575,8 +575,9 @@ actions compile.fortran
|
||||
"$(CONFIG_COMMAND)" $(LANG) $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(PCH_FILE:D)" -I"$(INCLUDES)" -c -o "$(<)" "$(>)"
|
||||
}
|
||||
|
||||
rule compile.asm
|
||||
rule compile.asm ( targets * : sources * : properties * )
|
||||
{
|
||||
setup-address-model $(targets) : $(sources) : $(properties) ;
|
||||
LANG on $(<) = "-x assembler-with-cpp" ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user