build: do not set TARGET_ARCH to default
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 10 Dec 2016 17:15:32 +0000 (18:15 +0100)
committerDave Thaler <dthaler@microsoft.com>
Tue, 17 Jan 2017 19:01:52 +0000 (19:01 +0000)
commit5198fa0c4abe18c5122d16984ce0c70c63dba882
treedf73bbdee5975be32fdd0f3545991256bd39fd17
parentacfb2981160d5a93b14c4c84a010aa2ae06a721d
build: do not set TARGET_ARCH to default

This check is useless, scons already checks this and returns such an
error message:
Invalid value for option TARGET_ARCH: mips.  Valid values are: ['x86',
'x86_64', 'arm', 'arm-v7a', 'armeabi-v7a', 'arm64']

Change-Id: I3f7dd3b9fcae875ab20349203fb77537f24be763
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Reviewed-on: https://gerrit.iotivity.org/gerrit/15431
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Dave Thaler <dthaler@microsoft.com>
build_common/SConscript
resource/csdk/connectivity/build/SConscript