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

Given intel-linux's semaphore a unique name.

[SVN r72256]
This commit is contained in:
Bryce Adelstein-Lelbach
2011-05-29 04:52:55 +00:00
parent 3b689f8a14
commit 3d0eee786f

View File

@@ -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) = <s>gcc-link-semaphore ;
JAM_SEMAPHORE on $(targets) = <s>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) = <s>gcc-link-semaphore ;
JAM_SEMAPHORE on $(targets) = <s>intel-linux-link-semaphore ;
}
# Differ from 'link' above only by -shared.