make/linux/makefiles/defs.make

changeset 7598
ddce0b7cee93
parent 6538
56e7f5560e60
child 7994
04ff2f6cd0eb
child 8198
6fb4d6e02e92
     1.1 --- a/make/linux/makefiles/defs.make	Fri Feb 20 17:05:39 2015 +0000
     1.2 +++ b/make/linux/makefiles/defs.make	Tue Feb 24 15:04:52 2015 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -109,22 +109,6 @@
    1.11    HS_ARCH          = x86
    1.12  endif
    1.13  
    1.14 -# ARM
    1.15 -ifeq ($(ARCH), arm)
    1.16 -  ARCH_DATA_MODEL  = 32
    1.17 -  PLATFORM         = linux-arm
    1.18 -  VM_PLATFORM      = linux_arm
    1.19 -  HS_ARCH          = arm
    1.20 -endif
    1.21 -
    1.22 -# PPC
    1.23 -ifeq ($(ARCH), ppc)
    1.24 -  ARCH_DATA_MODEL  = 32
    1.25 -  PLATFORM         = linux-ppc
    1.26 -  VM_PLATFORM      = linux_ppc
    1.27 -  HS_ARCH          = ppc
    1.28 -endif
    1.29 -
    1.30  # PPC64
    1.31  ifeq ($(ARCH), ppc64)
    1.32    ARCH_DATA_MODEL  = 64

mercurial