aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-23 22:35:52 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-23 22:35:52 +0000
commit786d0edd4bd911033efeeecae56c399aeca41bc9 (patch)
tree215a3a954fc2e093d91e2d1287a2dc7aa6c45eda /libstdc++-v3
parent4e014ce0f1ef963adb2cc40359800adb6b5bc0b4 (diff)
* testsuite_flags.in (build-includes): Re-add backward.
(and back out earlier aclocal change) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45139 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog2
-rw-r--r--libstdc++-v3/aclocal.m43
-rwxr-xr-xlibstdc++-v3/configure3
-rwxr-xr-xlibstdc++-v3/testsuite_flags.in1
4 files changed, 4 insertions, 5 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 4713cf9ba5a..95b7ad92895 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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>
diff --git a/libstdc++-v3/aclocal.m4 b/libstdc++-v3/aclocal.m4
index 028f6430fb2..b83c7a76c96 100644
--- a/libstdc++-v3/aclocal.m4
+++ b/libstdc++-v3/aclocal.m4
@@ -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
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 83559ad7107..cbd02b480b8 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -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
diff --git a/libstdc++-v3/testsuite_flags.in b/libstdc++-v3/testsuite_flags.in
index 553a4333290..335e08585cd 100755
--- a/libstdc++-v3/testsuite_flags.in
+++ b/libstdc++-v3/testsuite_flags.in
@@ -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}
;;