CVS log for ports/devel/linuxthreads/files/Makefile.libgcc_r
Up to [FreeBSD] / ports / devel / linuxthreads / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 3 08:38:00 2007 UTC (4 years, 7 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL, HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -2 lines
- Fix build on CURRENT with GCC 4.2 Submitted by: tegge (maintainer)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jun 9 00:25:04 2003 UTC (8 years, 8 months ago) by tegge
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_EOL, RELEASE_4_9_0, RELEASE_4_11_0, RELEASE_4_10_0, PRE_XORG_7
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Adjust to changed compilation environment (Makefiles setup) in 5.1-CURRENT. Link with liblgcc_r when creating linuxthreads versions of shared libraries.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jun 8 18:27:19 2002 UTC (9 years, 8 months ago) by tegge
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_5_0_0, RELEASE_4_8_0, RELEASE_4_7_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -9 lines
Build linuxthreads version of libstdc++ and libsupc++ under 5.0-CURRENT. Don't misuse DESTDIR when building linuxthreads version of libgcc. Fix varargs warning under 5.0-CURRENT. Don't try to register profiled libraries when NOPROFILE has been specified. Don't try to register shared libraries when NOPIC has been specified. Bump port revision. PR: 38876
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Nov 6 19:43:33 2000 UTC (11 years, 3 months ago) by jasone
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_2_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Use the correct pthread.h when compiling liblgcc_r. Allow thread stacks larger than 16kB. Make sure to call global destructors during shutdown. PR: ports/22429 Submitted by: tegge
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 12 01:43:01 2000 UTC (11 years, 7 months ago) by jasone
Branches: MAIN
CVS tags: RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -162 lines
Rather than copying the entirety of src/gnu/lib/libgcc/Makefile, .include it 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.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Dec 2 02:14:14 1999 UTC (12 years, 2 months ago) by julian
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_5_0, RELEASE_3_4_0
Submitted by: "Russell L. Carter" <rcarter@consys.com> more tuning
