5beaf704be
when GCC 4.8 becomes "gcc.old" eventually. this tree still needs to be tested for more, but this should be the bulk of the work. ---- Log Message: prepare for moving GCC 4.5 into gcc.old: - convert to using ${EXTERNAL_GCC_SUBDIR} - define base-external-gpl3-gcc* subdir as GCC_SUBDIR - use <bsd.init.mk> over <bsd.own.mk> for a bunch of places; mostly because it arranges for ../Makefile.inc to be included earlier, and don't bother including the latter if the former is already included. - move all .PATH: settings after <bsd.{own,lib}.mk> so that all valid variables are set before it is evaluated - rename mknative-gcc* to match their subdir name. XXX the relationship between the Makefile.inc/Makefile.gcc_path files is kind of sketchy, it would be great if this was fixed. ---- Log Message: oops, avoid re-setting DIST to something that might be wrong now. ---- Log Message: fix another dated DIST.
13 lines
320 B
Makefile
13 lines
320 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2014/06/01 19:51:01 mrg Exp $
|
|
|
|
GCC_MACHINE_ARCH=${MACHINE_ARCH:S/earmv5/earm/}
|
|
|
|
.ifndef _EXTERNAL_GPL3_GCC_LIB_MAKEFILE_INC_
|
|
_EXTERNAL_GPL3_GCC_LIB_MAKEFILE_INC_=1
|
|
|
|
.sinclude "../../Makefile.gcc_path"
|
|
.sinclude "../../../Makefile.gcc_path"
|
|
.sinclude "../../../../Makefile.gcc_path"
|
|
|
|
.endif
|