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
49199692
Commit
49199692
authored
Jun 27, 2000
by
Mark Mitchell
Committed by
Mark Mitchell
Jun 27, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib/g++.exp (g++_include_flags): Tweak.
From-SVN: r34741
parent
d51681a7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/lib/g++.exp
+1
-7
No files found.
gcc/testsuite/ChangeLog
View file @
49199692
2000-06-27 Mark Mitchell <mark@codesourcery.com>
* lib/g++.exp (g++_include_flags): Tweak.
2000-06-27 H.J. Lu <hjl@gnu.org>
Loren J. Rittle <ljrittle@acm.org>
...
...
gcc/testsuite/lib/g++.exp
View file @
49199692
...
...
@@ -85,18 +85,12 @@ proc g++_include_flags { args } {
set sdir_v2 [lookfor_file ${srcdir} libstdc++]
if { ${odir_v2} != "" } {
append flags "-I${sdir_v2} -I${sdir_v2}/stl "
}
}
else {
set odir_v3 [lookfor_file ${gccpath} libstdc++-v3]
set sdir_v3 [lookfor_file ${srcdir} libstdc++-v3]
if { ${odir_v3} != "" } {
append flags [exec ${odir_v3}/mkcheck 2 ${odir_v3} ${sdir_v3}]
}
if { ${odir_v2} != "" && ${odir_v3} != ""} {
send_error "ERROR: can't handle both libstdc++ and libstdc++-v3 appearing in build tree.\n"
exit 1
}
return "$flags"
}
...
...
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