[rtems commit] Remove obsolete reference to posix bsp.

Ralf Corsepius ralf at rtems.org
Fri May 18 05:53:19 UTC 2012


Module:    rtems
Branch:    master
Commit:    cf65bb0049431dfbda49602905f837d5af7eb7c6
Changeset: http://git.rtems.org/rtems/commit/?id=cf65bb0049431dfbda49602905f837d5af7eb7c6

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Fri May 18 07:37:45 2012 +0200

Remove obsolete reference to posix bsp.

---

 c/src/aclocal/prog-cxx.m4      |    3 +--
 testsuites/aclocal/prog-cxx.m4 |    1 -
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/c/src/aclocal/prog-cxx.m4 b/c/src/aclocal/prog-cxx.m4
index 99b6e78..ba596ba 100644
--- a/c/src/aclocal/prog-cxx.m4
+++ b/c/src/aclocal/prog-cxx.m4
@@ -22,8 +22,7 @@ AC_PROG_CXXCPP
     AC_MSG_ERROR([***]
      [Inconsistency in compiler configuration:]
      [Target C compiler and target C++ compiler]
-     [must both either be cross compilers or native compilers]
-     [Hint: If building a posix bsp: LD_LIBRARY_PATH?] )
+     [must both either be cross compilers or native compilers])
   fi
 else
 ## Work-around to a bug in automake
diff --git a/testsuites/aclocal/prog-cxx.m4 b/testsuites/aclocal/prog-cxx.m4
index 7d8d6f6..ccd10f2 100644
--- a/testsuites/aclocal/prog-cxx.m4
+++ b/testsuites/aclocal/prog-cxx.m4
@@ -25,7 +25,6 @@ AC_PROG_CXXCPP
      [Inconsistency in compiler configuration:]
      [Target C compiler and target C++ compiler]
      [must both either be cross compilers or native compilers]
-     [Hint: If building a posix bsp: LD_LIBRARY_PATH?] )
   fi
 else
 ## Work-around to a bug in automake




More information about the vc mailing list