sci-libs/cln-1.2.2 is failed to build (linking stage) with somewhat extreme LTCFLAGS settings: LTCFLAGS="-O2 -march=core2 -finline-functions -pipe -funroll-loops -momit-leaf-frame-pointer" However, successful merge with LTCFLAGS="-O2 -march=core2" P.S. I didn't dig into where ld actually got stuck in. Reproducible: Always
How did you change the LTCFLAGS value, did you just update CFLAGS in your /etc/make.conf or did you have to recompile libtool with the less aggressive CFLAGS?
(In reply to comment #1) > How did you change the LTCFLAGS value, did you just update CFLAGS in your > /etc/make.conf or did you have to recompile libtool with the less aggressive > CFLAGS? > libtool recompile ... and I cannot reproduce error anymore, can speculate only: libtool was built with gcc 4.3.1, it's 4.3.2 now. Having libtool (4.3.1), LTCFLAGS as before and new gcc 4.3.2 may cause this trouble. Now it's ok even with LTCFLAGS="-O2 -march=core2 -finline-functions -pipe -funroll-loops -momit-leaf-frame-pointer"
Is it ok to close this bug then?
(In reply to comment #3) > Is it ok to close this bug then? > I guess so.