mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
7129401: PPC: runtime/7100935/TestShortArraycopy.java fails
Pass assembler switches for PPC Reviewed-by: dholmes
This commit is contained in:
parent
479baa64e5
commit
a1d2da174b
1 changed files with 3 additions and 0 deletions
|
@ -28,3 +28,6 @@ OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT)
|
||||||
# Must also specify if CPU is big endian
|
# Must also specify if CPU is big endian
|
||||||
CFLAGS += -DVM_BIG_ENDIAN
|
CFLAGS += -DVM_BIG_ENDIAN
|
||||||
|
|
||||||
|
ifdef E500V2
|
||||||
|
ASFLAGS += -Wa,-mspe -Wa,--defsym -Wa,E500V2=1
|
||||||
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue