Add support for cross-compilation
authorBalazs Kelemen <b.kelemen@samsung.com>
Wed, 10 Sep 2014 15:49:34 +0000 (11:49 -0400)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commitd9ed7046b0aaa82406ff9ff83c61ed6c7408542a
tree86e4b819eb3b90e8db7d9d2554b8f35b818534af
parenta5f8be15c67c9a14f7d209f1b26f68317f9a6726
Add support for cross-compilation

crosscompile is useful for development purposes. I do not intend to replace
gbs with this, just to help developers (including myself) doing their job quicker.
The idea is that once you built with gbs you can use it's build root together
with the tizen sdk to crosscompile for mobile.

Co-authored by Balazs Kelemen and Tomasz Olszak.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=6110
Reviewed by: Balazs Kelemen, Piotr Tworek, SeungSeop Park
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: Iff75f7e0917aa7141fb075d46a3734c94cbf5a8b
Signed-off-by: Balazs Kelemen <b.kelemen@samsung.com>
Signed-off-by: Tomasz Olszak <t.olszak@samsung.com>
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
14 files changed:
tizen_src/README.md
tizen_src/build/build_desktop.sh
tizen_src/build/build_mobile.sh
tizen_src/build/build_tv.sh
tizen_src/build/ccache_env.sh
tizen_src/build/common.sh
tizen_src/build/cross-shim/arm-linux-gnueabihf-g++ [new file with mode: 0755]
tizen_src/build/cross-shim/arm-linux-gnueabihf-gcc [new file with mode: 0755]
tizen_src/build/cross_build_mobile.sh [new file with mode: 0755]
tizen_src/build/cross_build_tv.sh [new file with mode: 0755]
tizen_src/build/gyp_chromiumefl.sh
tizen_src/impl/chromium-efl-deps.gyp
tizen_src/packaging/chromium-efl.spec
tizen_src/scripts/deploy2device.sh