author | asaha |
Mon, 27 Jun 2011 12:29:18 -0700 | |
changeset 10952 | efe3b8c3fa02 |
parent 8921 | 14bfe81f2a9d |
child 10565 | dc90c239f4ec |
permissions | -rw-r--r-- |
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 |