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

whitespace

This commit is contained in:
Brian Kuhl
2017-09-01 23:14:51 -04:00
parent 24b9314596
commit d938b00567

View File

@@ -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