[BACK]Return to Makefile.cross CVS log [TXT][DIR] Up to [local] / src

Diff for /src/Makefile.cross between version 1.84 and 1.87

version 1.84, 2016/03/09 16:28:44 version 1.87, 2016/09/03 13:37:39
Line 6 
Line 6 
   
 # Have to compute TARGET_ARCH directly in the Makefile, for .if tests involving  # Have to compute TARGET_ARCH directly in the Makefile, for .if tests involving
 # this variable to work.  # this variable to work.
 .if     (${TARGET} == "armish" || ${TARGET} == "armv7" || \  .if     (${TARGET} == "armv7")
          ${TARGET} == "zaurus")  
 TARGET_ARCH=    arm  TARGET_ARCH=    arm
 .elif   (${TARGET} == "luna88k")  .elif   (${TARGET} == "luna88k")
 TARGET_ARCH=    m88k  TARGET_ARCH=    m88k
Line 27 
Line 26 
   
 # List of LP64 archs  # List of LP64 archs
 # XXX move to bsd.*.mk?  # XXX move to bsd.*.mk?
 LP64_ARCH = amd64 alpha hppa64 ia64 mips64 sparc64  LP64_ARCH = amd64 alpha mips64 sparc64
   
 TARGET_IS_LP64 =  TARGET_IS_LP64 =
 MACHINE_IS_LP64 =  MACHINE_IS_LP64 =

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.87