aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAlexandre Rames <alexandre.rames@linaro.org>2016-10-28 15:39:51 +0100
committerAlexandre Rames <alexandre.rames@linaro.org>2016-10-31 09:47:42 +0000
commita3aef4fc6b86b7bda6006af749fad8a03a240057 (patch)
tree07acb4c5b076744d7e407214242de0bc23a754b5 /SConstruct
parent96ff2a40fffe1d0d754a2187efe5ebabef6d8e44 (diff)
downloadvixl-a3aef4fc6b86b7bda6006af749fad8a03a240057.tar.gz
Fix the definition of the 'target' macro for aarch32 in `SConstruct`.
Change-Id: Ic31de085f4e02f449bc3c3806f605ad6eb0b143a
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 1e85cfb9..3b5452c9 100644
--- a/SConstruct
+++ b/SConstruct
@@ -100,8 +100,8 @@ options = {
'CCFLAGS' : ['-DVIXL_INCLUDE_TARGET_AARCH64']
},
'target_arch:both' : {
- 'CCFLAGS' : ['-DVIXL_INCLUDE_TARGET_AARCH32'],
- 'CCFLAGS' : ['-DVIXL_INCLUDE_TARGET_AARCH64']
+ 'CCFLAGS' : ['-DVIXL_INCLUDE_TARGET_AARCH32',
+ '-DVIXL_INCLUDE_TARGET_AARCH64']
},
'simulator:aarch64' : {
'CCFLAGS' : ['-DVIXL_INCLUDE_SIMULATOR_AARCH64'],