hotspot/make/linux/makefiles/ppc.make
author trims
Tue, 05 Apr 2011 14:12:31 -0700
changeset 8921 14bfe81f2a9d
parent 8107 78e5bd944384
child 10565 dc90c239f4ec
permissions -rw-r--r--
7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass Summary: Update the copyright to be 2010 on all changed files in OpenJDK Reviewed-by: ohair
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) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     3
# ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     4
#
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     5
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     6
# The copied fdlibm routines in sharedRuntimeTrig.o must not be optimized
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     7
OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT)
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     8
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     9
# Must also specify if CPU is big endian
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    10
CFLAGS += -DVM_BIG_ENDIAN
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    11