Module Name: src Committed By: snj Date: Wed Jun 10 17:16:24 UTC 2015
Modified Files: src/common/lib/libc/arch/arm [netbsd-7]: features.mk src/lib/libarch [netbsd-7]: Makefile src/lib/libarch/i386 [netbsd-7]: Makefile.inc src/lib/libarch/x86_64 [netbsd-7]: Makefile.inc src/share/mk [netbsd-7]: bsd.gcc.mk bsd.prog.mk Log Message: Pull up following revision(s) (requested by martin in ticket #837): common/lib/libc/arch/arm/features.mk: revision 1.2 lib/libarch/Makefile: revision 1.29 lib/libarch/i386/Makefile.inc: revision 1.15 lib/libarch/x86_64/Makefile.inc: revision 1.5 share/mk/bsd.gcc.mk: revision 1.11 share/mk/bsd.prog.mk: revision 1.292 Make LIBCRT* depend on the right files if MLIBDIR from MKCOMPAT is defined. Use ${COPT} so it properly emits the right features doing MKCOMPAT Avoid defining MLIBDIR. Use ${MLIBDIR:Unone} instead. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.1.6.1 src/common/lib/libc/arch/arm/features.mk cvs rdiff -u -r1.28 -r1.28.2.1 src/lib/libarch/Makefile cvs rdiff -u -r1.14 -r1.14.24.1 src/lib/libarch/i386/Makefile.inc cvs rdiff -u -r1.4 -r1.4.24.1 src/lib/libarch/x86_64/Makefile.inc cvs rdiff -u -r1.10 -r1.10.8.1 src/share/mk/bsd.gcc.mk cvs rdiff -u -r1.290 -r1.290.4.1 src/share/mk/bsd.prog.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.