Summary: | Invalid CFLAGS break PowerPC build | ||
---|---|---|---|
Product: | Mesa | Reporter: | bmaass <bmaass> |
Component: | Mesa core | Assignee: | Jakob Bornecrantz <jakob> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | dberkholz |
Version: | git | Keywords: | NEEDINFO |
Hardware: | PowerPC | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
bmaass
2009-11-23 02:40:48 UTC
What actual version of Mesa is this? How are is it being built? Looking at Mesa GIT, the only way -msse or -msse2 are used is if the user specifically adds them to CFLAGS use confgure.sh or if the user uses either the linux-x86 or linux-dri-x86 builds. My best guess is that the Gentoo build package has some sort of error in it. The problem is the CC = gcc -fvisibility=hidden -msse -msse2 in src/gallium/drivers/svga/Makefile. I think that line should be removed. Assigning to Jakob. Fix in mesa_7_7_branch with commit 86710c3334850eeaeffcac6d538e01fd5c203167. The commit will either be cherry-picked or merged soon. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.