2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +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 e72e1a125c
commit 3b689f8a14

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