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:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user