Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: mrg
Date: Mon Jan 19 09:41:06 UTC 2026
Modified Files:
src/external/gpl3/gcc/lib/libgfortran: Makefile
src/lib: Makefile
Log Message:
fix more recently introduced build errors.
libquadmath, if used, needs to be built before libgfortran, so make sure
there's a .WAIT between them, not between libquadmath and priors.
riscv64 may have the same ptrdiff_t issue has riscv32.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/libgfortran/Makefile
cvs rdiff -u -r1.315 -r1.316 src/lib/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