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:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user