From d95b92fb572afa7fae241efe02e9948b88ceeee4 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 22 Mar 2002 11:30:04 +0000 Subject: [PATCH] Added BeOS threading options (there aren't any). [SVN r13247] --- gcc-tools.jam | 5 +++++ v1/gcc-tools.jam | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/gcc-tools.jam b/gcc-tools.jam index bd0831a0b..7dc783bb3 100644 --- a/gcc-tools.jam +++ b/gcc-tools.jam @@ -48,6 +48,10 @@ else if $(UNIX) flags gcc FINDLIBS 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 multi : -pthread ; @@ -191,3 +195,4 @@ actions updated together piecemeal gcc-Archive-action + diff --git a/v1/gcc-tools.jam b/v1/gcc-tools.jam index bd0831a0b..7dc783bb3 100644 --- a/v1/gcc-tools.jam +++ b/v1/gcc-tools.jam @@ -48,6 +48,10 @@ else if $(UNIX) flags gcc FINDLIBS 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 multi : -pthread ; @@ -191,3 +195,4 @@ actions updated together piecemeal gcc-Archive-action +