|
14 | 14 | * Copyright (c) 2014-2019 Research Organization for Information Science |
15 | 15 | * and Technology (RIST). All rights reserved. |
16 | 16 | * Copyright (c) 2015-2019 Intel, Inc. All rights reserved. |
17 | | - * Copyright (c) 2018-2021 Amazon.com, Inc. or its affiliates. All Rights reserved. |
| 17 | + * Copyright (c) 2018-2022 Amazon.com, Inc. or its affiliates. All Rights reserved. |
18 | 18 | * Copyright (c) 2018 FUJITSU LIMITED. All rights reserved. |
19 | 19 | * $COPYRIGHT$ |
20 | 20 | * |
@@ -608,16 +608,16 @@ void ompi_info_do_config(bool want_all) |
608 | 608 | opal_info_out("Build LDFLAGS", "option:build:ldflags", OMPI_BUILD_LDFLAGS); |
609 | 609 | opal_info_out("Build LIBS", "option:build:libs", OMPI_BUILD_LIBS); |
610 | 610 |
|
611 | | - opal_info_out("Wrapper extra CFLAGS", "option:wrapper:extra_cflags", |
612 | | - WRAPPER_EXTRA_CFLAGS); |
613 | | - opal_info_out("Wrapper extra CXXFLAGS", "option:wrapper:extra_cxxflags", |
614 | | - WRAPPER_EXTRA_CXXFLAGS); |
615 | | - opal_info_out("Wrapper extra FCFLAGS", "option:wrapper:extra_fcflags", |
616 | | - WRAPPER_EXTRA_FCFLAGS); |
617 | | - opal_info_out("Wrapper extra LDFLAGS", "option:wrapper:extra_ldflags", |
618 | | - WRAPPER_EXTRA_LDFLAGS); |
619 | | - opal_info_out("Wrapper extra LIBS", "option:wrapper:extra_libs", |
620 | | - WRAPPER_EXTRA_LIBS); |
| 611 | + opal_info_out("Wrapper CFLAGS", "option:wrapper:cflags", |
| 612 | + OMPI_WRAPPER_CFLAGS); |
| 613 | + opal_info_out("Wrapper CXXFLAGS", "option:wrapper:cxxflags", |
| 614 | + OMPI_WRAPPER_CXXFLAGS); |
| 615 | + opal_info_out("Wrapper FCFLAGS", "option:wrapper:fcflags", |
| 616 | + OMPI_WRAPPER_FCFLAGS); |
| 617 | + opal_info_out("Wrapper LDFLAGS", "option:wrapper:ldflags", |
| 618 | + OMPI_WRAPPER_LDFLAGS); |
| 619 | + opal_info_out("Wrapper LIBS", "option:wrapper:libs", |
| 620 | + OMPI_WRAPPER_LIBS); |
621 | 621 | } |
622 | 622 |
|
623 | 623 | opal_info_out("Internal debug support", "option:debug", debug); |
|
0 commit comments