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

Set -fPIC for assembler complications, if necessary.

Fixes #5508.


[SVN r71622]
This commit is contained in:
Vladimir Prus
2011-04-30 13:19:28 +00:00
parent 63ffef9fa2
commit d77eee6591

View File

@@ -620,6 +620,7 @@ actions compile.fortran
rule compile.asm ( targets * : sources * : properties * )
{
setup-fpic $(targets) : $(sources) : $(properties) ;
setup-address-model $(targets) : $(sources) : $(properties) ;
LANG on $(<) = "-x assembler-with-cpp" ;
}