[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.6 and 1.7

version 1.6, 2014/08/11 04:33:30 version 1.7, 2014/09/10 22:43:36
Line 32  ARCHDIR_SUBDIR= powerpc64/powerpc
Line 32  ARCHDIR_SUBDIR= powerpc64/powerpc
   
 .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

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

CVSweb <webmaster@jp.NetBSD.org>