Home | History | Annotate | Line # | Download | only in arch
archdirs.mk revision 1.3.16.1
      1  1.3.16.1  pgoyette #	$NetBSD: archdirs.mk,v 1.3.16.1 2018/09/30 01:45:55 pgoyette Exp $
      2       1.1       mrg 
      3       1.1       mrg # list of subdirs used per-platform
      4       1.1       mrg 
      5       1.2   jnemeth .if ${MACHINE} == "amd64"
      6       1.2   jnemeth ARCHDIR_SUBDIR=	x86/amd64-xen
      7       1.2   jnemeth .endif
      8       1.2   jnemeth 
      9       1.2   jnemeth .if ${MACHINE} == "i386"
     10  1.3.16.1  pgoyette ARCHDIR_SUBDIR=	x86/i386pae-xen
     11       1.1       mrg .endif
     12       1.1       mrg 
     13       1.1       mrg .if ${MACHINE_ARCH} == "powerpc"
     14       1.1       mrg ARCHDIR_SUBDIR=	powerpc/powerpc-4xx powerpc/powerpc-booke
     15       1.1       mrg .endif
     16       1.3      matt 
     17       1.3      matt .if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
     18       1.3      matt ARCHDIR_SUBDIR= mips/mips-n32
     19       1.3      matt .endif
     20