comparison make/linux/makefiles/zeroshark.make @ 17843:81d7a4b28dc5

8036619: Shark: add LLVM 3.4 support Reviewed-by: twisti, kvn
author neugens
date Tue, 08 Apr 2014 14:55:16 -0700
parents c18cbe5936b8
children 92aa6797d639
comparison
equal deleted inserted replaced
17842:3ef5c627634a 17843:81d7a4b28dc5
23 # 23 #
24 # 24 #
25 25
26 # Setup common to Zero (non-Shark) and Shark versions of VM 26 # Setup common to Zero (non-Shark) and Shark versions of VM
27 27
28 # override this from the main file because some version of llvm do not like -Wundef
29 WARNING_FLAGS = -Wpointer-arith -Wsign-compare -Wunused-function -Wunused-value
30
28 # The copied fdlibm routines in sharedRuntimeTrig.o must not be optimized 31 # The copied fdlibm routines in sharedRuntimeTrig.o must not be optimized
29 OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT) 32 OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT)
30 # The copied fdlibm routines in sharedRuntimeTrans.o must not be optimized 33 # The copied fdlibm routines in sharedRuntimeTrans.o must not be optimized
31 OPT_CFLAGS/sharedRuntimeTrans.o = $(OPT_CFLAGS/NOOPT) 34 OPT_CFLAGS/sharedRuntimeTrans.o = $(OPT_CFLAGS/NOOPT)
32 35