2
0
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:
Vladimir Prus
2011-02-21 17:32:38 +00:00
parent 12c6932232
commit 579169d207

View File

@@ -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" ;
}