Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/gpl3/gcc.old/lib/libgcc
Module Name: src
Committed By: mrg
Date: Fri Nov 14 00:01:09 UTC 2025
Modified Files:
src/external/gpl3/gcc.old/lib/libgcc: Makefile
src/external/gpl3/gcc.old/lib/libgcc/libgcc_s: Makefile
Log Message:
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.
this is a copy of:
https://mail-index.netbsd.org/source-changes/2025/11/13/msg158939.html
and is the version to pull up.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gcc.old/lib/libgcc/Makefile
cvs rdiff -u -r1.11 -r1.12 \
src/external/gpl3/gcc.old/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