SHA256
8
0
forked from pool/boost
OBS User unknown
2008-01-30 16:55:59 +00:00
committed by Git OBS Bridge
parent bcc0fd3890
commit fc05f47b44
34 changed files with 2435 additions and 540 deletions

View File

@@ -1,17 +1,6 @@
--- tools/build/v1/gcc-tools.jam
+++ tools/build/v1/gcc-tools.jam
@@ -150,7 +150,7 @@
}
case * :
{
- flags gcc CFLAGS <threading>multi : -pthread ;
+ flags gcc CFLAGS <threading>multi : -pthread -D_REENTRANT ;
flags gcc LINKFLAGS <threading>multi : -pthread ;
flags gcc FINDLIBS <threading>multi : rt ;
}
--- tools/build/v2/tools/gcc.jam
+++ tools/build/v2/tools/gcc.jam
@@ -368,7 +368,7 @@
@@ -677,7 +677,7 @@
}
case * :
{