Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the correct pthread.h when compiling liblgcc_r. Allow thread stacks | Jason Evans | 2000-11-06 | 1 | -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 it | Jason Evans | 2000-07-12 | 1 | -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 Elischer | 1999-12-02 | 1 | -0/+173 |
more tuning Notes: svn path=/head/; revision=23545 |