summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-18 16:36:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-18 16:36:31 +0000
commit38093c0b8e5624708b68ed4617d91c482b9e2416 (patch)
tree6561ce52d045d7cb27d5f80cf5ed50b1bdab1cdb /aclocal
parentSupport bsp_specs style building for linux and solaris. Improved C++ (diff)
downloadrtems-38093c0b8e5624708b68ed4617d91c482b9e2416.tar.bz2
Modified to find C++ compilers.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/prog-cxx.m46
1 files changed, 0 insertions, 6 deletions
diff --git a/aclocal/prog-cxx.m4 b/aclocal/prog-cxx.m4
index d8469962bf..740b91df08 100644
--- a/aclocal/prog-cxx.m4
+++ b/aclocal/prog-cxx.m4
@@ -58,12 +58,6 @@ dnl is not available at bootstrap
AC_TRY_COMPILER(
[main(){return(0);}],
rtems_cv_prog_cxx_works, rtems_cv_prog_cxx_cross)
-if test "$rtems_cv_prog_cxx_works" = "no"; then
- dnl now retry with our own version of malloc
- AC_TRY_COMPILER(
- [ main(){return(0);}],
- rtems_cv_prog_cxx_works, rtems_cv_prog_cxx_cross)
-fi
AC_LANG_RESTORE
AC_MSG_RESULT($rtems_cv_prog_cxx_works)
if test $rtems_cv_prog_cxx_works = no; then