[BACK]Return to archdirs.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / compat

Annotation of src/compat/archdirs.mk, Revision 1.8

1.8     ! matt        1: #      $NetBSD: archdirs.mk,v 1.7 2014/09/10 22:43:36 matt Exp $
1.1       mrg         2:
                      3: # list of subdirs used per-platform
                      4:
                      5: .if ${MACHINE} == "sparc64"
                      6: ARCHDIR_SUBDIR=        sparc64/sparc
                      7: .endif
                      8:
                      9: .if ${MACHINE} == "amd64"
                     10: ARCHDIR_SUBDIR=        amd64/i386
                     11: .endif
                     12:
1.3       matt       13: .if (${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "armeb")
1.2       matt       14: ARCHDIR_SUBDIR=        arm/eabi
                     15: .endif
                     16:
1.3       matt       17: .if (${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmeb")
                     18: ARCHDIR_SUBDIR=        arm/oabi
                     19: .endif
                     20:
                     21: .if (${MACHINE_ARCH} == "earmhf" || ${MACHINE_ARCH} == "earmhfeb")
                     22: ARCHDIR_SUBDIR=        arm/oabi arm/eabi
                     23: .endif
                     24:
1.1       mrg        25: .if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el")
                     26: ARCHDIR_SUBDIR=        mips64/64 mips64/o32
                     27: .endif
1.4       matt       28:
                     29: .if ${MACHINE_ARCH} == "powerpc64"
                     30: ARCHDIR_SUBDIR= powerpc64/powerpc
                     31: .endif
1.5       matt       32:
1.8     ! matt       33: .if ${MACHINE_ARCH} == "riscv64"
        !            34: ARCHDIR_SUBDIR= riscv64/rv32
        !            35: .endif
        !            36:
1.5       matt       37: .if (${MACHINE_ARCH} == "aarch64")
                     38: ARCHDIR_SUBDIR+= arm/eabi
1.7       matt       39: ARCHDIR_SUBDIR+= arm/eabihf
1.5       matt       40: ARCHDIR_SUBDIR+= arm/oabi
1.6       matt       41: .elif (${MACHINE_ARCH} == "aarch64eb")
1.5       matt       42: ARCHDIR_SUBDIR= arm/eabi
                     43: .endif

CVSweb <webmaster@jp.NetBSD.org>