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.8.1 retrieving revision 1.1.8.2 diff -u -p -r1.1.8.1 -r1.1.8.2 --- src/compat/archdirs.mk 2012/10/30 18:46:16 1.1.8.1 +++ src/compat/archdirs.mk 2014/05/22 11:26:34 1.1.8.2 @@ -1,4 +1,4 @@ -# $NetBSD: archdirs.mk,v 1.1.8.1 2012/10/30 18:46:16 yamt Exp $ +# $NetBSD: archdirs.mk,v 1.1.8.2 2014/05/22 11:26:34 yamt Exp $ # list of subdirs used per-platform @@ -10,10 +10,22 @@ ARCHDIR_SUBDIR= sparc64/sparc ARCHDIR_SUBDIR= amd64/i386 .endif -.if (${MACHINE_ARCH} == "armeb" || ${MACHINE_ARCH} == "arm") +.if (${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "armeb") ARCHDIR_SUBDIR= arm/eabi .endif +.if (${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmeb") +ARCHDIR_SUBDIR= arm/oabi +.endif + +.if (${MACHINE_ARCH} == "earmhf" || ${MACHINE_ARCH} == "earmhfeb") +ARCHDIR_SUBDIR= arm/oabi arm/eabi +.endif + .if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el") ARCHDIR_SUBDIR= mips64/64 mips64/o32 .endif + +.if ${MACHINE_ARCH} == "powerpc64" +ARCHDIR_SUBDIR= powerpc64/powerpc +.endif