blob: 55e87c38d18dc4fab75c71e828a14b7598dfe11e (
plain)
1
2
3
4
5
6
7
|
# $NetBSD: Makefile,v 1.1 2014/03/01 10:00:48 mrg Exp $
GCC_MACHINE_ARCH=mipso32
.include "../Makefile.arch_bits"
# mips o32 files are in mipse[lb] subdirs.
.PATH: ${.CURDIR}/../../../../arch/${MACHINE_ARCH:S/64//}
|