mirror of git://gcc.gnu.org/git/gcc.git
configure.ac: Drop AC_PROG_CXX and friends, since libmpx has no C++ sources.
libmpx/ * configure.ac: Drop AC_PROG_CXX and friends, since libmpx has no C++ sources. * configure: Regenerate. From-SVN: r222469
This commit is contained in:
parent
fefcf53279
commit
8abf301803
|
|
@ -1,3 +1,9 @@
|
||||||
|
2015-04-27 Steven Noonan <steven@uplinklabs.net>
|
||||||
|
|
||||||
|
* configure.ac: Drop AC_PROG_CXX and friends, since libmpx has no C++
|
||||||
|
sources.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2015-04-09 Ilya Enkovich <ilya.enkovich@intel.com>
|
2015-04-09 Ilya Enkovich <ilya.enkovich@intel.com>
|
||||||
|
|
||||||
* mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Add
|
* mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Add
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -23,7 +23,6 @@ AC_MSG_RESULT($version_specific_libs)
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
target_alias=${target_alias-$host_alias}
|
target_alias=${target_alias-$host_alias}
|
||||||
AC_SUBST(target_alias)
|
AC_SUBST(target_alias)
|
||||||
GCC_LIBSTDCXX_RAW_CXX_FLAGS
|
|
||||||
|
|
||||||
# See if supported.
|
# See if supported.
|
||||||
unset LIBMPX_SUPPORTED
|
unset LIBMPX_SUPPORTED
|
||||||
|
|
@ -94,7 +93,6 @@ AC_SUBST(toolexeclibdir)
|
||||||
m4_rename([_AC_ARG_VAR_PRECIOUS],[real_PRECIOUS])
|
m4_rename([_AC_ARG_VAR_PRECIOUS],[real_PRECIOUS])
|
||||||
m4_define([_AC_ARG_VAR_PRECIOUS],[])
|
m4_define([_AC_ARG_VAR_PRECIOUS],[])
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_CXX
|
|
||||||
m4_rename_force([real_PRECIOUS],[_AC_ARG_VAR_PRECIOUS])
|
m4_rename_force([real_PRECIOUS],[_AC_ARG_VAR_PRECIOUS])
|
||||||
|
|
||||||
AM_PROG_CC_C_O
|
AM_PROG_CC_C_O
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue