Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Sep 2003 16:27:19 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread Makefile src/lib/libthr Makefile
Message-ID:  <200309272327.h8RNRJgE079384@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2003/09/27 16:27:19 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread       Makefile 
    lib/libthr           Makefile 
  Log:
  Relink libc_r.a, libc_r.so and libc_r_p.so from libthr to libkse.
  On ia64, where there's no libc_r at all, libkse is now the default
  thread library by virtue of these links.
  
  The reasons for this change are:
  1. libkse is slated to become the default thread library anyway,
  2. active development and maintenance is only present for libkse,
  3. GNOME and KDE, both in the process of being supported on ia64,
     work better with KSE; even on ia64.
  
  Revision  Changes    Path
  1.49      +12 -0     src/lib/libpthread/Makefile
  1.6       +0 -12     src/lib/libthr/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309272327.h8RNRJgE079384>