2
0
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:
Vladimir Prus
2009-11-27 19:53:52 +00:00
parent c3cad92309
commit d565fceb83

View File

@@ -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= )" ;
}
}