annotate make/linux/makefiles/ppc.make @ 4964:d9b93445a67c

7129401: PPC: runtime/7100935/TestShortArraycopy.java fails Summary: pass assembler switches for PPC Reviewed-by: dholmes
author vladidan
date Wed, 15 Feb 2012 20:26:59 -0500
parents f08d439fab8c
children b9a9ed0f8eeb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2192
b92c45f2bc75 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
1 #
2426
1d1603768966 7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass
trims
parents: 2192
diff changeset
2 # Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
3960
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
4 #
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
5 # This code is free software; you can redistribute it and/or modify it
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
6 # under the terms of the GNU General Public License version 2 only, as
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
7 # published by the Free Software Foundation.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
8 #
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
9 # This code is distributed in the hope that it will be useful, but WITHOUT
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
12 # version 2 for more details (a copy is included in the LICENSE file that
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
13 # accompanied this code).
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
14 #
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
15 # You should have received a copy of the GNU General Public License version
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
16 # 2 along with this work; if not, write to the Free Software Foundation,
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
18 #
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
20 # or visit www.oracle.com if you need additional information or have any
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
21 # questions.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
22 #
2192
b92c45f2bc75 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
23 #
b92c45f2bc75 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
24
b92c45f2bc75 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
25 # The copied fdlibm routines in sharedRuntimeTrig.o must not be optimized
b92c45f2bc75 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
26 OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT)
b92c45f2bc75 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
27
b92c45f2bc75 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
28 # Must also specify if CPU is big endian
b92c45f2bc75 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
29 CFLAGS += -DVM_BIG_ENDIAN
b92c45f2bc75 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
30
4964
d9b93445a67c 7129401: PPC: runtime/7100935/TestShortArraycopy.java fails
vladidan
parents: 3960
diff changeset
31 ifdef E500V2
d9b93445a67c 7129401: PPC: runtime/7100935/TestShortArraycopy.java fails
vladidan
parents: 3960
diff changeset
32 ASFLAGS += -Wa,-mspe -Wa,--defsym -Wa,E500V2=1
d9b93445a67c 7129401: PPC: runtime/7100935/TestShortArraycopy.java fails
vladidan
parents: 3960
diff changeset
33 endif