aboutsummaryrefslogtreecommitdiff
path: root/devel/linuxthreads/files/Makefile.libgcc_r
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct pthread.h when compiling liblgcc_r. Allow thread stacksJason Evans2000-11-061-1/+2
| | | | | | | | | | larger than 16kB. Make sure to call global destructors during shutdown. PR: ports/22429 Submitted by: tegge Notes: svn path=/head/; revision=34854
* Rather than copying the entirety of src/gnu/lib/libgcc/Makefile, .include itJason Evans2000-07-121-161/+6
| | | | | | | | | and override variables as necessary. This vastly shortens this file, makes tracking toolchain changes more automatic, and makes the linuxthreads port build on both -stable and -current. Notes: svn path=/head/; revision=30500
* Submitted by: "Russell L. Carter" <rcarter@consys.com>Julian Elischer1999-12-021-0/+173
more tuning Notes: svn path=/head/; revision=23545