Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
cbf0bc83
Commit
cbf0bc83
authored
Aug 23, 2001
by
Jason Merrill
Committed by
Jason Merrill
Aug 23, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* aclocal.m4 (GLIBCPP_INCLUDES): Include backward.
From-SVN: r45129
parent
fefddd61
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/aclocal.m4
+2
-1
libstdc++-v3/configure
+2
-1
No files found.
libstdc++-v3/ChangeLog
View file @
cbf0bc83
2001-08-23 Jason Merrill <jason_merrill@redhat.com>
* aclocal.m4 (GLIBCPP_INCLUDES): Include backward.
2001-08-22 Benjamin Kosnik <bkoz@redhat.com>
2001-08-22 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/22_locale/collate_wchar_t_members.cc: Guard
* testsuite/22_locale/collate_wchar_t_members.cc: Guard
...
...
libstdc++-v3/aclocal.m4
View file @
cbf0bc83
...
@@ -1613,7 +1613,8 @@ dnl
...
@@ -1613,7 +1613,8 @@ dnl
dnl GLIBCPP_EXPORT_INCLUDES
dnl GLIBCPP_EXPORT_INCLUDES
AC_DEFUN(GLIBCPP_EXPORT_INCLUDES, [
AC_DEFUN(GLIBCPP_EXPORT_INCLUDES, [
# Root level of the build directory include sources.
# 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.
# Passed down for canadian crosses.
if test x"$CANADIAN" = xyes; then
if test x"$CANADIAN" = xyes; then
...
...
libstdc++-v3/configure
View file @
cbf0bc83
...
@@ -17395,7 +17395,8 @@ echo "$ac_t""$gxx_include_dir" 1>&6
...
@@ -17395,7 +17395,8 @@ echo "$ac_t""$gxx_include_dir" 1>&6
# Export all the include and flag information to makefiles.
# Export all the include and flag information to makefiles.
# Root level of the build directory include sources.
# 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.
# Passed down for canadian crosses.
if
test
x
"
$CANADIAN
"
=
xyes
;
then
if
test
x
"
$CANADIAN
"
=
xyes
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment