forked from Lainports/freebsd-ports
upgrade to 1.30.2 PR: 58168 Submitted by: Keishi Katoux <k-shi_freebsd@k2factory.org> Approved by: maintainer timeout
16 lines
459 B
Diff
16 lines
459 B
Diff
*** tools/build/gcc-tools.jam.orig Tue Oct 14 21:38:52 2003
|
|
--- tools/build/gcc-tools.jam Tue Oct 14 21:50:16 2003
|
|
***************
|
|
*** 122,127 ****
|
|
--- 122,132 ----
|
|
GCC ?= cc ;
|
|
GXX ?= c++ ;
|
|
}
|
|
+ case FreeBSD :
|
|
+ {
|
|
+ # for current which doesn't support -pthread
|
|
+ flags gcc LINKFLAGS <threading>multi : -lc_r ;
|
|
+ }
|
|
case *BSD :
|
|
{
|
|
flags gcc CFLAGS <threading>multi : -pthread ;
|