Cleanup some lingering references to OMPI_SETUP_C and OMPI_SETUP_CXX that generated warnings. Follow the new naming convention by chaniging OMPI_SETUP_ASM to OPAL_SETUP_ASM
This commit was SVN r23500.
Этот коммит содержится в:
родитель
e16ec40283
Коммит
b3a8a394f0
@ -524,7 +524,7 @@ OPAL_CHECK_COMPILER_VERSION_ID
|
|||||||
ompi_show_subtitle "Assembler"
|
ompi_show_subtitle "Assembler"
|
||||||
|
|
||||||
AM_PROG_AS
|
AM_PROG_AS
|
||||||
OMPI_CONFIG_ASM
|
OPAL_CONFIG_ASM
|
||||||
|
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
|
@ -790,7 +790,7 @@ AC_DEFUN([OMPI_CHECK_INLINE_CXX_XLC],[
|
|||||||
|
|
||||||
dnl #################################################################
|
dnl #################################################################
|
||||||
dnl
|
dnl
|
||||||
dnl OMPI_CONFIG_ASM
|
dnl OPAL_CONFIG_ASM
|
||||||
dnl
|
dnl
|
||||||
dnl DEFINE OPAL_ASSEMBLY_ARCH to something in sys/architecture.h
|
dnl DEFINE OPAL_ASSEMBLY_ARCH to something in sys/architecture.h
|
||||||
dnl DEFINE OPAL_ASSEMBLY_FORMAT to string containing correct
|
dnl DEFINE OPAL_ASSEMBLY_FORMAT to string containing correct
|
||||||
@ -799,10 +799,10 @@ dnl SUBST OPAL_ASSEMBLY_FORMAT to string containing correct
|
|||||||
dnl format for assembly (not user friendly)
|
dnl format for assembly (not user friendly)
|
||||||
dnl
|
dnl
|
||||||
dnl #################################################################
|
dnl #################################################################
|
||||||
AC_DEFUN([OMPI_CONFIG_ASM],[
|
AC_DEFUN([OPAL_CONFIG_ASM],[
|
||||||
AC_REQUIRE([OMPI_SETUP_CC])
|
AC_REQUIRE([OPAL_SETUP_CC])
|
||||||
# Only require C++ if we're building the OMPI project
|
# Only require C++ if we're building the OMPI project
|
||||||
m4_ifdef([project_ompi], [AC_REQUIRE([OMPI_SETUP_CXX])])
|
m4_ifdef([project_ompi], [AC_REQUIRE([OPAL_SETUP_CXX])])
|
||||||
AC_REQUIRE([AM_PROG_AS])
|
AC_REQUIRE([AM_PROG_AS])
|
||||||
|
|
||||||
# OS X Leopard ld bus errors if you have "-g" or "-gX" in the link line
|
# OS X Leopard ld bus errors if you have "-g" or "-gX" in the link line
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user