summaryrefslogtreecommitdiff
path: root/scons
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@vmware.com>2010-01-26 19:18:32 +0000
committerAlan Hourihane <alanh@vmware.com>2010-01-26 19:18:32 +0000
commit18bb614acf3b9bbfd8c81253a6fd2fb24800dd70 (patch)
tree78d36edb0362c8440724e7989cbfbf35f32f4fcd /scons
parent6544be622363674430f70ca262629334d25b350a (diff)
fix typo
Diffstat (limited to 'scons')
-rw-r--r--scons/gallium.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/scons/gallium.py b/scons/gallium.py
index 1a095d89933..5aa0b7bddd0 100644
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -276,8 +276,7 @@ def generate(env):
'-Wmissing-prototypes',
'-std=gnu99',
]
- if env['CCVERSION'].startswith('4.2.') or
- env['CCVERSION'].startswith('4.3.'):
+ if env['CCVERSION'].startswith('4.2.') or env['CCVERSION'].startswith('4.3.'):
ccflags += [
'-Werror=pointer-arith',
]