Changes between Version 2 and Version 3 of GCCPort
- Timestamp:
- 2012-07-01T22:25:24Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GCCPort
v2 v3 84 84 85 85 Moreover, libmpfr first needs libgmp to be built and llibmpc needs both libgmp and libmpfr to be already built. So, my first goal to port libgmp as soon as possible. Analyzing all the external libraries gave a more detailed understanding of the work required to be done to port all of them. 86 87 ==== '''Week 5 & Week 6''' ==== 88 89 These two weeks I worked on porting libgmp, libmpfr and libmpc. Porting of these libraries is almost complete, for which I had to mainly do patching in configure scripts through corresponding intrusive.sh scripts. I got delayed a little bit due to some university engagements related to my Masters project.