hotspot/make/linux/makefiles/arm.make
author mgerdin
Thu, 23 Feb 2012 14:58:35 +0100
changeset 12095 cc3d6f08a4c4
parent 10565 dc90c239f4ec
child 17613 e9ff44dc09e2
permissions -rw-r--r--
7148152: Add whitebox testing API to HotSpot Summary: Add an internal testing API to HotSpot to enable more targeted testing of vm functionality Reviewed-by: phh, dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     1
#
8921
14bfe81f2a9d 7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass
trims
parents: 8107
diff changeset
     2
# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
10565
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
     4
#
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
     7
# published by the Free Software Foundation.
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
     8
#
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
     9
# This code is distributed in the hope that it will be useful, but WITHOUT
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
    10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
    11
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
    12
# version 2 for more details (a copy is included in the LICENSE file that
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
    13
# accompanied this code).
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
    14
#
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
    15
# You should have received a copy of the GNU General Public License version
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
    16
# 2 along with this work; if not, write to the Free Software Foundation,
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
    17
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
    18
#
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
    19
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
    20
# or visit www.oracle.com if you need additional information or have any
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
    21
# questions.
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8921
diff changeset
    22
#  
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    23
#
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    24
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    25
Obj_Files += linux_arm.o
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    26
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    27
LIBS += $(EXT_LIBS_PATH)/sflt_glibc.a 
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    28
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    29
CFLAGS += -DVM_LITTLE_ENDIAN