Remove GCC 4.6 support
authorAntonio Gomes <a1.gomes@samsung.com>
Thu, 14 May 2015 20:18:38 +0000 (16:18 -0400)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commitd22f2a60025d28a6ea3288d3b3adb2a793826501
tree06326159e14fb0f15c6024484bd43548b2f5f455
parent1cc52dfa72d7eebb351a4f62fb5b4778d4f558ed
Remove GCC 4.6 support

All our supported platforms have GCC 4.8 or higher available.
That includes Tizen TV 2.2.1, 2.4 and 3.0, as well as Tizen
Mobile 2.4 and 3.0.
The last known Tizen platform that depends on GCC 4.6 is
Tizen 2.3, which is not supported by the current dev and
beta branches.

Additionally, since the m42 upversion and the Xwalk refactor
work switched over to m42, GCC 4.6 specific hacks were not
carried over to s-chromium and s-blink. So the code being
removed is non-functional anymore anyways.

The only file left over is gcc46_compat_wrappers/ecore_x_wrapper.h
which will be used to support wayland. I deliberately
left this file over to avoid merge conflicts with that work.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12987
Reviewed by: Piotr Tworek, SeungSeop Park

Change-Id: Id3cd6ecff1a41a40f300d70d67e7b14bf7ac37ab
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
13 files changed:
tizen_src/build/deploy_libc_to_target.sh [deleted file]
tizen_src/build/gyp_chromiumefl.sh
tizen_src/ewk/efl_integration/eweb_view.cc
tizen_src/ewk/tests_run
tizen_src/gcc46_compat_wrappers/ecore_x_wrapper.h
tizen_src/gcc46_compat_wrappers/google_streaming_api_pb_wrapper.h [deleted file]
tizen_src/gcc46_compat_wrappers/openssl_evp_wrapper.h [deleted file]
tizen_src/gcc46_compat_wrappers/openssl_pem_wrapper.h [deleted file]
tizen_src/gcc46_compat_wrappers/openssl_ssl_wrapper.h [deleted file]
tizen_src/gcc46_compat_wrappers/openssl_x509_wrapper.h [deleted file]
tizen_src/gcc46_compat_wrappers/openssl_x509v3_wrapper.h [deleted file]
tizen_src/packaging/chromium-efl.spec
tizen_src/supplement.gypi