]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite_flags.in (build-includes): Re-add backward.
authorJason Merrill <jason@redhat.com>
Thu, 23 Aug 2001 22:35:52 +0000 (18:35 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 23 Aug 2001 22:35:52 +0000 (18:35 -0400)
        * testsuite_flags.in (build-includes): Re-add backward.
(and back out earlier aclocal change)

From-SVN: r45139

libstdc++-v3/ChangeLog
libstdc++-v3/aclocal.m4
libstdc++-v3/configure
libstdc++-v3/testsuite_flags.in

index 4713cf9ba5afc154a76348f8c6f09ddb4d08ee0e..95b7ad92895c8c87cd4b182a1f61d9b1e149d6ce 100644 (file)
@@ -1,6 +1,6 @@
 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
 
-       * aclocal.m4 (GLIBCPP_INCLUDES): Include backward.
+       * testsuite_flags.in (build-includes): Re-add backward.
 
 2001-08-22  Benjamin Kosnik  <bkoz@redhat.com>
 
index 028f6430fb2310d537d252aaa52cc3a0db2e0c12..b83c7a76c966ed5b89cb0382f1238f99565fee07 100644 (file)
@@ -1613,8 +1613,7 @@ dnl
 dnl GLIBCPP_EXPORT_INCLUDES
 AC_DEFUN(GLIBCPP_EXPORT_INCLUDES, [
   # Root level of the build directory include sources.
-  GLIBCPP_INCLUDES="-I${glibcpp_builddir}/include/${target_alias} -I${glibcpp_builddir}/include \
-                   -I${glibcpp_builddir}/include/backward"
+  GLIBCPP_INCLUDES="-I${glibcpp_builddir}/include/${target_alias} -I${glibcpp_builddir}/include"
 
   # Passed down for canadian crosses.
   if test x"$CANADIAN" = xyes; then
index 83559ad7107aab82ac7f5d16773ed7a98df23bea..cbd02b480b86ed547d035c8cef2dfc9d416cfbaa 100755 (executable)
@@ -17395,8 +17395,7 @@ echo "$ac_t""$gxx_include_dir" 1>&6
 # Export all the include and flag information to makefiles.
 
   # Root level of the build directory include sources.
-  GLIBCPP_INCLUDES="-I${glibcpp_builddir}/include/${target_alias} -I${glibcpp_builddir}/include \
-                   -I${glibcpp_builddir}/include/backward"
+  GLIBCPP_INCLUDES="-I${glibcpp_builddir}/include/${target_alias} -I${glibcpp_builddir}/include"
 
   # Passed down for canadian crosses.
   if test x"$CANADIAN" = xyes; then
index 553a4333290261735c8c9dc327377b6b0ab32f27..335e08585cd797eb7052673ce4f8d20909d625a4 100755 (executable)
@@ -34,6 +34,7 @@ case ${query} in
     --build-includes)
       INCLUDES="-nostdinc++ @GLIBCPP_INCLUDES@
                -I${SRC_DIR}/libsupc++ -I${SRC_DIR}/libio 
+               -I${SRC_DIR}/include/backward 
                -I${SRC_DIR}/testsuite -I${BUILD_DIR}/testsuite"
       echo ${INCLUDES}
       ;;