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:
@@ -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" ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user