mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Pack everything 'mpicxx -show' in single 'linkflags' feature,
to avoid undesired reordering. [SVN r57977]
This commit is contained in:
@@ -218,7 +218,7 @@ rule cmdline_to_features ( cmdline : unknown-features ? )
|
||||
if $(otherflags) {
|
||||
for unknown in $(unknown-features)
|
||||
{
|
||||
result += "$(unknown)$(otherflags)" ;
|
||||
result += "$(unknown)$(otherflags:J= )" ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user