fixup! [Tizen] Switch chromium-efl / mobile development to GCC 4.8
authorAntonio Gomes <a1.gomes@samsung.com>
Sun, 26 Oct 2014 11:28:14 +0000 (04:28 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Remove experimental c++11 enabling line, now that it is not
explicitly needed.

Also remove a GCC 4.5 specific workaround, also not needed anymore.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=5458
Reviewed by:  Laszlo Gombos, Kangil Han

Change-Id: I89e7c320e22631a5c32587666f5480a7aead4d94
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
tizen_src/impl/chromium-efl.gypi

index 7cbd450..a8f5e79 100644 (file)
        ['building_for_tizen==1', {
          'defines': [
          'OS_TIZEN=1',
-         # For GCC 4.5.3 bundled arm.h has a bug and don't define __ARM_PCS when it should.
-         # Force define this flag for the whole chromium on gbs gcc 4.5.3.
-         # Non-arm builds will ingore it in any case.
-         '__ARM_PCS',
          ],
         'conditions': [
            ['chromium_efl_tizen_version=="2.3"', {
@@ -57,7 +53,6 @@
          'sources/': [
            ['exclude', 'browser/device_sensors/data_fetcher_shared_memory_default.cc$'],
          ],
-         'cflags_cc': [ '-std=gnu++0x', '-fpermissive' ],
       }, {
         'sources/': [
           ['exclude', 'browser/device_sensors/data_fetcher_impl_tizen\\.(cc|h)$'],
@@ -77,7 +72,9 @@
            ],
       }],
       ['building_for_tizen==1 and building_for_tizen_tv==1', {
-       'defines': ['OS_TIZEN_TV=1'],
+       'defines': [
+          'OS_TIZEN_TV=1'
+        ],
       }],
       ['host_arch=="arm"', {
         'target_conditions': [
@@ -88,7 +85,6 @@
           }],
         ],
       }],
-
     ],
   },
 }