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

Minor stylistic line wrapping changes.

[SVN r86566]
This commit is contained in:
Jurko Gospodnetić
2013-11-05 09:34:43 +00:00
parent 91ba93f919
commit 08ff8d5cd9

View File

@@ -916,7 +916,8 @@ local rule configure-really ( version ? : options * )
}
else
{
setup-$(c) = [ locate-default-setup $(command) : $(parent) : $(default-setup-$(c)) ] ;
setup-$(c) = [ locate-default-setup $(command) :
$(parent) : $(default-setup-$(c)) ] ;
}
}
@@ -1381,7 +1382,8 @@ if [ MATCH (--debug-configuration) : [ modules.peek : ARGV ] ]
merom-xe kentsfield kentsfield-xe penryn wolfdale
yorksfield nehalem sandy-bridge ivy-bridge haswell ;
.cpu-type-amd64 = k8 opteron athlon64 athlon-fx k8-sse3 opteron-sse3
athlon64-sse3 amdfam10 barcelona bdver1 bdver2 bdver3 btver1 btver2 ;
athlon64-sse3 amdfam10 barcelona bdver1 bdver2 bdver3
btver1 btver2 ;
.cpu-type-g7 = pentium4 pentium4m athlon athlon-tbird athlon-4 athlon-xp
athlon-mp $(.cpu-type-em64t) $(.cpu-type-amd64) ;
.cpu-type-itanium = itanium itanium1 merced ;