make/defs.make

changeset 1445
354d3184f6b2
parent 670
9c2ecc2ffb12
child 1620
3908ad124838
     1.1 --- a/make/defs.make	Wed Oct 07 15:38:37 2009 -0700
     1.2 +++ b/make/defs.make	Tue Oct 13 12:04:21 2009 -0700
     1.3 @@ -192,13 +192,14 @@
     1.4  
     1.5    # Use uname output for SRCARCH, but deal with platform differences. If ARCH
     1.6    # is not explicitly listed below, it is treated as x86. 
     1.7 -  SRCARCH     = $(ARCH/$(filter sparc sparc64 ia64 amd64 x86_64,$(ARCH)))
     1.8 +  SRCARCH     = $(ARCH/$(filter sparc sparc64 ia64 amd64 x86_64 zero,$(ARCH)))
     1.9    ARCH/       = x86
    1.10    ARCH/sparc  = sparc
    1.11    ARCH/sparc64= sparc
    1.12    ARCH/ia64   = ia64
    1.13    ARCH/amd64  = x86
    1.14    ARCH/x86_64 = x86
    1.15 +  ARCH/zero   = zero
    1.16  
    1.17    # BUILDARCH is usually the same as SRCARCH, except for sparcv9
    1.18    BUILDARCH = $(SRCARCH)
    1.19 @@ -222,8 +223,9 @@
    1.20    LIBARCH/sparc   = sparc
    1.21    LIBARCH/sparcv9 = sparcv9
    1.22    LIBARCH/ia64    = ia64
    1.23 +  LIBARCH/zero    = $(ZERO_LIBARCH)
    1.24  
    1.25 -  LP64_ARCH = sparcv9 amd64 ia64
    1.26 +  LP64_ARCH = sparcv9 amd64 ia64 zero
    1.27  endif
    1.28  
    1.29  # Required make macro settings for all platforms

mercurial