mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 21:19:47 -04:00
13 lines
320 B
Makefile
13 lines
320 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2015/09/23 03:39:29 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
|