#18326 closed task (fixed)
js102: Investigate r11.3-1119-gcefe20df32 change
Reported by: | Xi Ruoyao | Owned by: | blfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 12.0 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by ) ¶
To me r11.3-1119-gcefe20df32 is very suspicious.
It's highly unlikely they'll ever change the default compiler for an ESR. And even if they do, the correct fix is using CXXFLAGS="-msse2 -mfpmath=sse", as we've concluded in the command explanations section.
And at least the default compiler is still clang on x86_64.
I can build a 32-bit VM and test it, but I'd like to defer it until Glibc-2.38 release. So creating a ticket here.
Change History (4)
comment:1 by , 21 months ago
Description: | modified (diff) |
---|---|
Summary: | Investigate r11.3-1119-gcefe20df32 change → js102: Investigate r11.3-1119-gcefe20df32 change |
comment:2 by , 21 months ago
comment:3 by , 21 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Reverted at 1685f477ab701d83429be11348a40cdd0ca883c6
Note:
See TracTickets
for help on using tickets.
Nice spot. For some reason, I had CC=gcc CXX=g++ in my script, and did not think to check it. It works fine on x86_64 after all. It does build properly if Clang is used.
Thank you for bringing up the command explanation.
I will revert the JS102 change, sorry for the noise.