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
This commit is contained in:
parent
3b63eac49f
commit
d22ec5294d
@ -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>
|
||||
|
||||
|
3
libstdc++-v3/aclocal.m4
vendored
3
libstdc++-v3/aclocal.m4
vendored
@ -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
|
||||
|
3
libstdc++-v3/configure
vendored
3
libstdc++-v3/configure
vendored
@ -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}
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user