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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/compat/archdirs.mk between version 1.10 and 1.10.16.2

version 1.10, 2015/05/27 15:35:23 version 1.10.16.2, 2020/04/13 07:45:08
Line 3 
Line 3 
 # list of subdirs used per-platform  # list of subdirs used per-platform
   
 .if ${MACHINE} == "sparc64"  .if ${MACHINE} == "sparc64"
 ARCHDIR_SUBDIR= sparc64/sparc  ARCHDIR_SUBDIR+= sparc64/sparc
 .endif  .endif
   
 .if ${MACHINE} == "amd64"  .if ${MACHINE} == "amd64"
 ARCHDIR_SUBDIR= amd64/i386  ARCHDIR_SUBDIR+= amd64/i386
 .endif  .endif
   
 .if !empty(MACHINE_ARCH:Mearm*)  .if !empty(MACHINE_ARCH:Mearm*)
 ARCHDIR_SUBDIR= arm/oabi  ARCHDIR_SUBDIR+= arm/oabi
 .endif  .endif
   
 .if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el")  .if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el")
 ARCHDIR_SUBDIR= mips64/64 mips64/o32  ARCHDIR_SUBDIR+= mips64/64
   ARCHDIR_SUBDIR+= mips64/o32
 .endif  .endif
   
 .if ${MACHINE_ARCH} == "powerpc64"  .if ${MACHINE_ARCH} == "powerpc64"
 ARCHDIR_SUBDIR= powerpc64/powerpc  ARCHDIR_SUBDIR+= powerpc64/powerpc
 .endif  .endif
   
 .if ${MACHINE_ARCH} == "riscv64"  .if ${MACHINE_ARCH} == "riscv64"
 ARCHDIR_SUBDIR= riscv64/rv32  ARCHDIR_SUBDIR+= riscv64/rv32
 .endif  .endif
   
   .if ${ACTIVE_CC} == "clang"
 .if (${MACHINE_ARCH} == "aarch64")  .if (${MACHINE_ARCH} == "aarch64")
 ARCHDIR_SUBDIR+= arm/eabi  ARCHDIR_SUBDIR+= arm/eabi
 ARCHDIR_SUBDIR+= arm/eabihf  ARCHDIR_SUBDIR+= arm/eabihf
 ARCHDIR_SUBDIR+= arm/oabi  ARCHDIR_SUBDIR+= arm/oabi
 .elif (${MACHINE_ARCH} == "aarch64eb")  .elif (${MACHINE_ARCH} == "aarch64eb")
 ARCHDIR_SUBDIR= arm/eabi  ARCHDIR_SUBDIR+= arm/eabi
   .endif
 .endif  .endif

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.16.2

CVSweb <webmaster@jp.NetBSD.org>