comparison make/linux/makefiles/zeroshark.make @ 14716:03704aa6e71b

Merge.
author Christian Humer <christian.humer@gmail.com>
date Fri, 21 Mar 2014 13:54:43 +0100
parents 81ccf2c854c7
children 92aa6797d639
comparison
equal deleted inserted replaced
14715:4ea4db3f23ba 14716:03704aa6e71b
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