mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 23:50:29 -04:00
12 lines
316 B
Makefile
12 lines
316 B
Makefile
# $NetBSD: Makefile.inc,v 1.5 2014/06/08 02:23:46 christos Exp $
|
|
|
|
.ifndef _EXTERNAL_GPL3_GCC_LIB_LIBSTDCXX_MAKEFILE_INC_
|
|
_EXTERNAL_GPL3_GCC_LIB_LIBSTDCXX_MAKEFILE_INC_=1
|
|
|
|
GCC_MACHINE_ARCH=${MACHINE_ARCH:S/earmv5/earm/}
|
|
|
|
.include "${.PARSEDIR}/../Makefile.inc"
|
|
.include "${.PARSEDIR}/../../Makefile.gcc_path"
|
|
|
|
.endif
|