Changes between Initial Version and Version 1 of Ticket #4641, comment 9
- Timestamp:
- 04/20/2020 09:57:55 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4641, comment 9
initial v1 1 I have saved the "build" directory for each ICA build of gcc. With the -idirafter switch, there are no differences in the .o or .a files. So it is rather clean ?and I think we should make the change in the book (*). But still there are differences in gcov...1 I have saved the "build" directory for each ICA build of gcc. With the -idirafter switch, there are no differences in the .o or .a files. So it is rather clean, and I think we should make the change in the book (*). But still there are differences in gcov... 2 2 3 3 Looking at the link command for gcov, it is found that it links with in-tree .a or .o files, but uses the -static-libgcc and -static-libstdc++ flags. So I suspect it links against the libstdc++.a and libgcc.a from /tools on first iteration, while it links afainst the ones in /usr on 2nd and 3rd.