Skip to content

Commit

Permalink
2001-05-20 Roland McGrath <roland@frob.com>
Browse files Browse the repository at this point in the history
	* Makeconfig: New file, variables used to be in main libc Makeconfig.
  • Loading branch information
Roland McGrath committed May 21, 2001
1 parent 7060e53 commit 575f0d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions linuxthreads/Makeconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Makeconfig fragment for linuxthreads add-on.
# This gets included at the end of the main glibc Makeconfig.

have-thread-library = yes

shared-thread-library = $(common-objpfx)linuxthreads/libpthread.so
static-thread-library = $(common-objpfx)linuxthreads/libpthread.a
bounded-thread-library = $(common-objpfx)linuxthreads/libpthread_b.a

rpath-dirs += linuxthreads

0 comments on commit 575f0d0

Please sign in to comment.