diff --git a/gcc-tools.jam b/gcc-tools.jam index 0f67d6b87..b24066204 100644 --- a/gcc-tools.jam +++ b/gcc-tools.jam @@ -342,11 +342,6 @@ rule Link-action } } -rule gcc-Link-action -{ - JAM_SEMAPHORE on $(<) = gcc-Link-action-semaphore ; -} - # for gcc, we repeat all libraries so that dependencies are always resolved actions gcc-Link-action bind NEEDLIBS NEEDIMPS { diff --git a/v1/gcc-tools.jam b/v1/gcc-tools.jam index 0f67d6b87..b24066204 100644 --- a/v1/gcc-tools.jam +++ b/v1/gcc-tools.jam @@ -342,11 +342,6 @@ rule Link-action } } -rule gcc-Link-action -{ - JAM_SEMAPHORE on $(<) = gcc-Link-action-semaphore ; -} - # for gcc, we repeat all libraries so that dependencies are always resolved actions gcc-Link-action bind NEEDLIBS NEEDIMPS {