author | bobv |
Wed, 02 Feb 2011 11:35:26 -0500 | |
changeset 8107 | 78e5bd944384 |
child 8921 | 14bfe81f2a9d |
permissions | -rw-r--r-- |
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff
changeset
|
1 |
# |
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff
changeset
|
2 |
# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. |
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 |