From d938b005671d8f12796674a5dee27befafdf648e Mon Sep 17 00:00:00 2001 From: Brian Kuhl Date: Fri, 1 Sep 2017 23:14:51 -0400 Subject: [PATCH] whitespace --- src/tools/gcc.jam | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tools/gcc.jam b/src/tools/gcc.jam index 84aaf4aeb..5786dd301 100644 --- a/src/tools/gcc.jam +++ b/src/tools/gcc.jam @@ -818,7 +818,7 @@ class gcc-linking-generator : unix-linking-generator { case vms : no-static-link = ; case windows : no-static-link = ; - } + } local properties = [ $(property-set).raw ] ; local reason ; @@ -969,7 +969,7 @@ rule set-link-options ( action-name targets + : sources * : properties * ) switch $(linker-type:G=) { - case aix : + case aix : # On AIX we *have* to use the native linker. # @@ -1005,7 +1005,7 @@ rule set-link-options ( action-name targets + : sources * : properties * ) OPTIONS on $(targets) += -static ; } - case darwin : + case darwin : # On Darwin, the -s option to ld does not work unless we pass -static, # and passing -static unconditionally is a bad idea. So, do not pass -s