Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/gpl3/gcc/lib/libgcc



Module Name:    src
Committed By:   mrg
Date:           Thu Nov 13 19:53:33 UTC 2025

Modified Files:
        src/external/gpl3/gcc/lib/libgcc: Makefile
        src/external/gpl3/gcc/lib/libgcc/libgcc_s: Makefile

Log Message:
fix libgcc_s build: link it against -lgcc (!).

make sure libgcc is built before libgcc_s.

this fixes several issues i saw on arm64 and other platforms where
symbols in libgcc_s were "not found", even if present elsewhere.
this is how upstream builds libgcc_s too, eg:

   ld: /usr/lib/libgcc_s.so: undefined reference to `__aarch64_cas8_acq_rel'

XXX: probably needs pullups for at least netbsd-11.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/lib/libgcc/Makefile
cvs rdiff -u -r1.16 -r1.17 src/external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index