build: avoid to use ARMv5 machine flags by default
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Fri, 11 Dec 2015 23:28:59 +0000 (23:28 +0000)
committerJon A. Cruz <jonc@osg.samsung.com>
Wed, 13 Jan 2016 08:14:34 +0000 (08:14 +0000)
commitd50563a6168f2d26a9db9ef422eccb4af33eb86c
tree562a00a91ed2d700481c7b694f8b0c31b6b8f56a
parent7599cfcf3bf028685bde2a30bb7acd90495fcd9b
build: avoid to use ARMv5 machine flags by default

To use this flags it is encouraged to set TARGET_ARCH to "*v5*" from.
If unset, generic (buildsystem)'s flags will be used as expected.

I noticed this while building with Tizen:2.4:Mobile toolchain (gbs)
but it could also affect other ports or build infrastructures.

Bug: https://jira.iotivity.org/browse/IOT-694
Change-Id: I4bc279e809474bf664b4825f201df471c66a191c
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/4541
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
build_common/linux/SConscript
build_common/tizen/SConscript