Commit d22ec529 by Jason Merrill Committed by Jason Merrill

testsuite_flags.in (build-includes): Re-add backward.

        * testsuite_flags.in (build-includes): Re-add backward.
(and back out earlier aclocal change)

From-SVN: r45139
parent 3b63eac4
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>
......
......@@ -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
......
......@@ -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
......
......@@ -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}
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment