pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

Diff pastebin - collaborative debugging tool View Help


Posted by Anonymous on Sun 6 Sep 07:52
report abuse | download | new post

  1. diff --recursive -u boost_1_40_0.orig/tools/build/v2/tools/darwin.jam boost_1_40_0/tools/build/v2/tools/darwin.jam
  2. --- boost_1_40_0.orig/tools/build/v2/tools/darwin.jam   2009-04-14 09:59:30.000000000 +0200
  3. +++ boost_1_40_0/tools/build/v2/tools/darwin.jam        2009-09-06 08:01:26.000000000 +0200
  4.  -304,9 +304,9 @@
  5.          : $(values) ;
  6.  }
  7.  
  8. -arch-addr-flags darwin OPTIONS : combined : 32 : -arch i386 -arch ppc : default ;
  9. -arch-addr-flags darwin OPTIONS : combined : 64 : -arch x86_64 -arch ppc64 ;
  10. -arch-addr-flags darwin OPTIONS : combined : 32_64 : -arch i386 -arch ppc -arch x86_64 -arch ppc64 ;
  11. +arch-addr-flags darwin OPTIONS : combined : 32 : -arch i386 : default ;
  12. +arch-addr-flags darwin OPTIONS : combined : 64 : -arch x86_64 ;
  13. +arch-addr-flags darwin OPTIONS : combined : 32_64 : -arch i386 -arch x86_64 ;
  14.  
  15.  arch-addr-flags darwin OPTIONS : x86 : 32 : -arch i386 : default ;
  16.  arch-addr-flags darwin OPTIONS : x86 : 64 : -arch x86_64 ;
  17. diff --recursive -u boost_1_40_0.orig/tools/build/v2/tools/gcc.jam boost_1_40_0/tools/build/v2/tools/gcc.jam
  18. --- boost_1_40_0.orig/tools/build/v2/tools/gcc.jam      2009-07-11 13:04:31.000000000 +0200
  19. +++ boost_1_40_0/tools/build/v2/tools/gcc.jam   2009-09-06 08:11:17.000000000 +0200
  20.  -375,7 +375,8 @@
  21.              }
  22.              else
  23.              {
  24. -                option = -m64 ;
  25. +               # option = -m64 ;
  26. +                option = ;
  27.              }
  28.          }
  29.          OPTIONS on $(targets) += $(option) ;

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post