DragonFly commits List (threaded) for 2008-01
DragonFly BSD
DragonFly commits List (threaded) for 2008-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/lib/libpthread Makefile README


From: Simon Schubert <corecode@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 20 Jan 2008 11:14:09 -0800 (PST)

corecode    2008/01/20 11:14:09 PST

DragonFly src repository

  Modified files:
    lib/libpthread       Makefile README 
  Log:
  Don't link to any threading lib as libc already exports weak symbols.
  
  Linking to any threading lib could lead to overly intelligent build
  scripts to pick up this particular threading lib and to link to it
  directly instead of linking just to libpthread.
  
  DragonFly-bug:  <https://bugs.dragonflybsd.org/issue921>
  
  Revision  Changes    Path
  1.6       +0 -2      src/lib/libpthread/Makefile
  1.2       +2 -7      src/lib/libpthread/README


http://www.dragonflybsd.org/cvsweb/src/lib/libpthread/Makefile.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libpthread/README.diff?r1=1.1&r2=1.2&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]