Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Index: boost/tools/build/v2/tools/gcc.jam
  2. ===================================================================
  3. --- boost/tools/build/v2/tools/gcc.jam (revision 917)
  4. +++ boost/tools/build/v2/tools/gcc.jam (revision 918)
  5. @@ -492,8 +492,9 @@
  6. "$(CONFIG_COMMAND)" $(LANG) $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(PCH_FILE:D)" -I"$(INCLUDES)" -c -o "$(<)" "$(>)"
  7. }
  8.  
  9. -rule compile.asm
  10. +rule compile.asm ( targets * : sources * : properties * )
  11. {
  12. + setup-address-model $(targets) : $(sources) : $(properties) ;
  13. LANG on $(<) = "-x assembler-with-cpp" ;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement