2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Added BeOS threading options (there aren't any).

[SVN r13247]
This commit is contained in:
John Maddock
2002-03-22 11:30:04 +00:00
parent bf44d10a6a
commit d95b92fb57
2 changed files with 10 additions and 0 deletions

View File

@@ -48,6 +48,10 @@ else if $(UNIX)
flags gcc FINDLIBS <threading>multi : rt ;
NO_GNU_LN = true ; # sun seems not to use the GNU linker with gcc
}
case BeOS :
{
# BeOS has no threading options, don't set anything here.
}
case * :
{
flags gcc CFLAGS <threading>multi : -pthread ;
@@ -191,3 +195,4 @@ actions updated together piecemeal gcc-Archive-action

View File

@@ -48,6 +48,10 @@ else if $(UNIX)
flags gcc FINDLIBS <threading>multi : rt ;
NO_GNU_LN = true ; # sun seems not to use the GNU linker with gcc
}
case BeOS :
{
# BeOS has no threading options, don't set anything here.
}
case * :
{
flags gcc CFLAGS <threading>multi : -pthread ;
@@ -191,3 +195,4 @@ actions updated together piecemeal gcc-Archive-action