Changes between Initial Version and Version 1 of Ticket #70859, comment 29
- Timestamp:
- Oct 1, 2024, 1:24:51 AM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70859, comment 29
initial v1 9 9 then I can build and run gmp on a current system in Intel mode, with all the assembly enabled, and it passes all the tests. 10 10 11 Why this is the fix is a question to be answered later. I still think it will turn out to be an alignment thing, but smarter people andme can sort it out.11 Why this is the fix is a question to be answered later. I still think it will turn out to be an alignment thing, but smarter people than me can sort it out. 12 12 13 Please give that a try on your machine as well. It's pretty easy to add that flag to the gmp build. 13 Please give that a try on your machine as well. It's pretty easy to add that flag to the gmp build. 14 15 THis is a much better fix than trying to build it with gcc. 16 17 (NB. Up until 3 days ago, gcc14 was configured to always use ld_classic -- so it may be that the reason gcc worked was because it was using ld_classic).