From: Antonio Gomes Date: Sun, 8 Mar 2015 11:59:54 +0000 (-0700) Subject: fixup! Move EWK implementation code into ewk/ directory where it belongs. X-Git-Tag: submit/tizen/20201118.160233~1102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0edac9b281c430675d155f8265ead3e76c448e88;p=platform%2Fframework%2Fweb%2Fchromium-efl.git fixup! Move EWK implementation code into ewk/ directory where it belongs. Fix the gcc 4.6 check. One step towards building Tizen 2.4 / mobile on the refator branch. Change-Id: I8a83e71582838d5db920abdb9307a2673869d1fb --- diff --git a/tizen_src/supplement.gypi b/tizen_src/supplement.gypi index dc088ee..6b86682 100644 --- a/tizen_src/supplement.gypi +++ b/tizen_src/supplement.gypi @@ -70,7 +70,7 @@ }], # ewk_bringup==1 # Mobile gcc 4.6.x hack begin - ['clang==0 and gcc_version <= 4.6', { + ['clang==0 and gcc_version <= 46', { 'defines': [ 'GCC_4_6_X=1', 'override=',