fixup! Move EWK implementation code into ewk/ directory where it belongs.
authorAntonio Gomes <a1.gomes@samsung.com>
Sun, 8 Mar 2015 11:59:54 +0000 (04:59 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Fix the gcc 4.6 check.

One step towards building Tizen 2.4 / mobile
on the refator branch.

Change-Id: I8a83e71582838d5db920abdb9307a2673869d1fb

tizen_src/supplement.gypi

index dc088ee..6b86682 100644 (file)
@@ -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=',