aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 5dac494097..3b2be11766 100644
--- a/SConstruct
+++ b/SConstruct
@@ -314,6 +314,8 @@ elif env['os'] == 'bare_metal':
env.Append(CXXFLAGS = ['-fPIC'])
env.Append(CPPDEFINES = ['NO_MULTI_THREADING'])
env.Append(CPPDEFINES = ['BARE_METAL'])
+if env['os'] == 'linux' and env['arch'] == 'armv7a':
+ env.Append(CXXFLAGS = [ '-Wno-psabi' ])
if env['opencl']:
if env['os'] in ['bare_metal'] or env['standalone']: