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: rillig
Date: Wed Sep 24 04:43:01 UTC 2025
Modified Files:
src/external/gpl3/binutils/dist: Makefile.in Makefile.tpl
src/external/gpl3/binutils/dist/bfd: Makefile.am Makefile.in
src/tools/binutils: Makefile
Log Message:
binutils: build using GNU make instead of BSD make
The binutils makefiles use expressions of the form $(filter-out ...),
which are only available in GNU make.
Switching to GNU make reduces the diff to upstream.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/binutils/dist/Makefile.in \
src/external/gpl3/binutils/dist/Makefile.tpl
cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/binutils/dist/bfd/Makefile.am
cvs rdiff -u -r1.16 -r1.17 src/external/gpl3/binutils/dist/bfd/Makefile.in
cvs rdiff -u -r1.40 -r1.41 src/tools/binutils/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