configure: "CROSS_PREFIX" is introduced for cross-compiling
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Sun, 30 Aug 2015 08:34:56 +0000 (17:34 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Sun, 30 Aug 2015 08:52:44 +0000 (17:52 +0900)
commit5e5b18f769e24576f907c445da0baa6e26680be7
tree39014b91ababe58548cf34d306bf98497b274385
parent62a12f8b40626ba7db3144df0d3db2297dfd3270
configure: "CROSS_PREFIX" is introduced for cross-compiling

If "CROSS_PREFIX" or "--cross-prefix" is provided, "emulator_configure.sh"
prepare cross-compiling environments.
Applied "--static-libgcc" and "--static-libstdc++" for static linking
compiler libraries.

Change-Id: Id095e43eb00cffdfe635d1cec404549b364c5940
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/emulator_configure.sh