2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

gcc on HP-UX does not support multi-threading, don't set anything here

[SVN r19059]
This commit is contained in:
Jens Maurer
2003-07-11 16:05:42 +00:00
parent 018543fb9f
commit 39bc1738a5
2 changed files with 8 additions and 0 deletions

View File

@@ -131,6 +131,10 @@ else if $(UNIX)
{
# gcc on IRIX does not support multi-threading, don't set anything here.
}
case HP_UX :
{
# gcc on HP-UX does not support multi-threading, don't set anything here
}
case * :
{
flags gcc CFLAGS <threading>multi : -pthread ;

View File

@@ -131,6 +131,10 @@ else if $(UNIX)
{
# gcc on IRIX does not support multi-threading, don't set anything here.
}
case HP_UX :
{
# gcc on HP-UX does not support multi-threading, don't set anything here
}
case * :
{
flags gcc CFLAGS <threading>multi : -pthread ;