Commit 122eac93 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3253 compile linux/tests with gcc44. merge 27945 from 4.1.4 to main refs[t:3253]

git-svn-id: file:///svn/toku/tokudb@27959 c7de825b-a66e-492c-adef-691d508d4ae1
parent 54402aab
......@@ -7,6 +7,8 @@ ifeq ($(GCCVERSION),4.4.2)
CFLAGS += -Wno-deprecated
else ifeq ($(GCCVERSION),4.4.1)
CFLAGS += -Wno-deprecated
else ifeq ($(GCCVERSION),4.4.0)
CFLAGS += -Wno-deprecated
endif
ifneq ($(GCOV),)
CFLAGS += -fprofile-arcs -ftest-coverage -DGCOV
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment