From 1c7605685d2b8250b92acf5ce8f6f217bb3f1a12 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Tue, 5 Nov 2013 01:31:26 +0000 Subject: mesa: Remove last BEOS checks * Goodbye BeOS, we hardly knew thee * As BeOS was gcc2 only, there was little chance of this being useful. * Doesn't effect Haiku in any meaningful way Reviewed-by: Brian Paul --- scons/gallium.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'scons') diff --git a/scons/gallium.py b/scons/gallium.py index be3c3e7..ea8bacd 100755 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -295,8 +295,6 @@ def generate(env): cppdefines += ['_DEBUG'] if platform == 'windows': cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_USER'] - if platform == 'haiku': - cppdefines += ['BEOS_THREADS'] if env['embedded']: cppdefines += ['PIPE_SUBSYSTEM_EMBEDDED'] if env['texture_float']: -- cgit v1.1