From 3d0eee786f63ca25327e178c652c66f976ab1e47 Mon Sep 17 00:00:00 2001 From: Bryce Adelstein-Lelbach Date: Sun, 29 May 2011 04:52:55 +0000 Subject: [PATCH] Given intel-linux's semaphore a unique name. [SVN r72256] --- src/tools/intel-linux.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/intel-linux.jam b/src/tools/intel-linux.jam index 24ec55800..d9164add8 100644 --- a/src/tools/intel-linux.jam +++ b/src/tools/intel-linux.jam @@ -224,7 +224,7 @@ rule link ( targets * : sources * : properties * ) gcc.setup-threading $(targets) : $(sources) : $(properties) ; gcc.setup-address-model $(targets) : $(sources) : $(properties) ; SPACE on $(targets) = " " ; - JAM_SEMAPHORE on $(targets) = gcc-link-semaphore ; + JAM_SEMAPHORE on $(targets) = intel-linux-link-semaphore ; } actions link bind LIBRARIES @@ -237,7 +237,7 @@ rule link.dll ( targets * : sources * : properties * ) gcc.setup-threading $(targets) : $(sources) : $(properties) ; gcc.setup-address-model $(targets) : $(sources) : $(properties) ; SPACE on $(targets) = " " ; - JAM_SEMAPHORE on $(targets) = gcc-link-semaphore ; + JAM_SEMAPHORE on $(targets) = intel-linux-link-semaphore ; } # Differ from 'link' above only by -shared.