* This matches 5481b5a and makes sure the platform translation maps match --- scons/gallium.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/scons/gallium.py b/scons/gallium.py index eed89cf..443e801 100755 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -165,8 +165,12 @@ def generate(env): 'i586': 'x86', 'i686': 'x86', 'ppc' : 'ppc', + 'BeBox': 'ppc', + 'BeMac': 'ppc', 'AMD64': 'x86_64', 'x86_64': 'x86_64', + 'sparc': 'sparc', + 'sun4u': 'sparc', }.get(host_machine, 'generic') env['crosscompile'] = platform != host_platform if machine == 'x86_64' and host_machine != 'x86_64': -- 1.7.7.2 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev