Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/compat/archdirs.mk,v rcsdiff: /ftp/cvs/cvsroot/src/compat/archdirs.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/compat/archdirs.mk 2009/12/13 09:27:13 1.1 +++ src/compat/archdirs.mk 2012/08/03 08:02:47 1.2 @@ -1,4 +1,4 @@ -# $NetBSD: archdirs.mk,v 1.1 2009/12/13 09:27:13 mrg Exp $ +# $NetBSD: archdirs.mk,v 1.2 2012/08/03 08:02:47 matt Exp $ # list of subdirs used per-platform @@ -10,6 +10,10 @@ ARCHDIR_SUBDIR= sparc64/sparc ARCHDIR_SUBDIR= amd64/i386 .endif +.if (${MACHINE_ARCH} == "armeb" || ${MACHINE_ARCH} == "arm") +ARCHDIR_SUBDIR= arm/eabi +.endif + .if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el") ARCHDIR_SUBDIR= mips64/64 mips64/o32 .endif