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 Oct 31 08:14:44 UTC 2011
Modified Files:
src/distrib/sets: mkvars.mk
src/external/gpl3: Makefile
src/share/mk: bsd.own.mk
src/tools/binutils: Makefile
src/tools/dbsym: Makefile
src/tools/mdsetimage: Makefile
Log Message:
obsolete now useless (and wrongly set to "219" :-) HAVE_BINUTILS.
switch the sense of the gdb and gcc tests to list the platforms not
switched to gcc 4.5 or gdb 7, which is now:
GCC 4.1:
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "m68k" || \
${MACHINE_CPU} == "vax"
GDB 6:
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "hppa" || \
${MACHINE_CPU} == "mips" || \
${MACHINE_CPU} == "sh3" || \
${MACHINE_ARCH} == "vax"
let's go, people! (-:
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/mkvars.mk
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/Makefile
cvs rdiff -u -r1.687 -r1.688 src/share/mk/bsd.own.mk
cvs rdiff -u -r1.20 -r1.21 src/tools/binutils/Makefile
cvs rdiff -u -r1.6 -r1.7 src/tools/dbsym/Makefile
cvs rdiff -u -r1.8 -r1.9 src/tools/mdsetimage/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