[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.7 and 1.8

version 1.7, 2014/09/10 22:43:36 version 1.8, 2014/09/19 17:38:46
Line 30  ARCHDIR_SUBDIR= mips64/64 mips64/o32
Line 30  ARCHDIR_SUBDIR= mips64/64 mips64/o32
 ARCHDIR_SUBDIR= powerpc64/powerpc  ARCHDIR_SUBDIR= powerpc64/powerpc
 .endif  .endif
   
   .if ${MACHINE_ARCH} == "riscv64"
   ARCHDIR_SUBDIR= riscv64/rv32
   .endif
   
 .if (${MACHINE_ARCH} == "aarch64")  .if (${MACHINE_ARCH} == "aarch64")
 ARCHDIR_SUBDIR+= arm/eabi  ARCHDIR_SUBDIR+= arm/eabi
 ARCHDIR_SUBDIR+= arm/eabihf  ARCHDIR_SUBDIR+= arm/eabihf

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>