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
07526eae
Commit
07526eae
authored
Dec 11, 1997
by
Brendan Kehoe
Committed by
Jeff Law
Dec 11, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bring over from changes from devo.
From-SVN: r17045
parent
dd6f85cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
libio/testsuite/ChangeLog
+11
-0
libio/testsuite/lib/libio.exp
+1
-0
No files found.
libio/testsuite/ChangeLog
View file @
07526eae
Sat Sep 6 00:49:31 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
* lib/libio.exp (test_libio): Lose -L.. before -lio, may as well
require things be fully usable. Not ideal, but...also no longer
have the -liostream approach.
Fri Sep 5 15:38:37 1997 Jeffrey A Law (law@cygnus.com)
* lib/libio.exp (test_libio): Use libstdc++_{include,link}_flags
instead of g++_{include,link}_flags.
Thu Sep 4 15:22:46 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
* lib/libio.exp (test_libio): Add `-L..' before -lio.
Use `-L.. -liostream' for now.
Fri Jun 27 18:19:21 1997 Bob Manson <manson@charmed.cygnus.com>
* lib/libio.exp(libio_init): New procedure.
...
...
libio/testsuite/lib/libio.exp
View file @
07526eae
...
...
@@ -74,6 +74,7 @@ proc test_libio { srcfile compile_args inpfile resultfile exec_args } {
} else {
lappend args "additional_flags=[libio_link_flags]";
}
lappend args "additional_flags=[libio_link_flags]";
lappend args "libs=-lio"
}
...
...
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