mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 00:31:30 +08:00
* aclocal.m4 (GLIBCPP_INCLUDES): Include backward.
From-SVN: r45129
This commit is contained in:
parent
fefddd61a0
commit
cbf0bc8370
@ -1,3 +1,7 @@
|
||||
2001-08-23 Jason Merrill <jason_merrill@redhat.com>
|
||||
|
||||
* aclocal.m4 (GLIBCPP_INCLUDES): Include backward.
|
||||
|
||||
2001-08-22 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* testsuite/22_locale/collate_wchar_t_members.cc: Guard
|
||||
|
3
libstdc++-v3/aclocal.m4
vendored
3
libstdc++-v3/aclocal.m4
vendored
@ -1613,7 +1613,8 @@ 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"
|
||||
GLIBCPP_INCLUDES="-I${glibcpp_builddir}/include/${target_alias} -I${glibcpp_builddir}/include \
|
||||
-I${glibcpp_builddir}/include/backward"
|
||||
|
||||
# Passed down for canadian crosses.
|
||||
if test x"$CANADIAN" = xyes; then
|
||||
|
3
libstdc++-v3/configure
vendored
3
libstdc++-v3/configure
vendored
@ -17395,7 +17395,8 @@ 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"
|
||||
GLIBCPP_INCLUDES="-I${glibcpp_builddir}/include/${target_alias} -I${glibcpp_builddir}/include \
|
||||
-I${glibcpp_builddir}/include/backward"
|
||||
|
||||
# Passed down for canadian crosses.
|
||||
if test x"$CANADIAN" = xyes; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user