make/defs.make

changeset 2036
126ea7725993
parent 1907
c18cbe5936b8
child 2319
c7db7adb83b4
     1.1 --- a/make/defs.make	Wed Jul 28 17:57:43 2010 -0400
     1.2 +++ b/make/defs.make	Tue Aug 03 08:13:38 2010 -0400
     1.3 @@ -192,13 +192,16 @@
     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 zero,$(ARCH)))
     1.8 +  SRCARCH     = $(ARCH/$(filter sparc sparc64 ia64 amd64 x86_64 arm ppc 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/ppc64  = ppc
    1.16 +  ARCH/ppc    = ppc
    1.17 +  ARCH/arm    = arm
    1.18    ARCH/zero   = zero
    1.19  
    1.20    # BUILDARCH is usually the same as SRCARCH, except for sparcv9
    1.21 @@ -223,6 +226,9 @@
    1.22    LIBARCH/sparc   = sparc
    1.23    LIBARCH/sparcv9 = sparcv9
    1.24    LIBARCH/ia64    = ia64
    1.25 +  LIBARCH/ppc64   = ppc
    1.26 +  LIBARCH/ppc     = ppc
    1.27 +  LIBARCH/arm     = arm
    1.28    LIBARCH/zero    = $(ZERO_LIBARCH)
    1.29  
    1.30    LP64_ARCH = sparcv9 amd64 ia64 zero

mercurial