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