diff --git a/src/tools/gcc.jam b/src/tools/gcc.jam index 3893c4e78..f7b0da542 100644 --- a/src/tools/gcc.jam +++ b/src/tools/gcc.jam @@ -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" ; }