swrast: Fix gcc4 Pentium compatibility
* Move to new mesa optional package whih build options: -march=i586 -mtune=i686 -mmmx (removing all -msse*) * SSE asm still executes based on CPU flags * Fixes blocker #8318
This commit is contained in:
parent
5721015d44
commit
47cede7b8c
@ -177,8 +177,8 @@ if $(TARGET_ARCH) = x86 {
|
||||
local galliumObjects ;
|
||||
local zipFile ;
|
||||
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||
HAIKU_MESA_FILE = mesa-8.0dev-x86-gcc4-2012-01-23.zip ;
|
||||
#HAIKU_MESA_FILE = mesa-8.0devdbg-x86-gcc4-2012-01-23.zip ;
|
||||
HAIKU_MESA_FILE = mesa-8.0devel-x86-gcc4-2012-02-20.zip ;
|
||||
#HAIKU_MESA_FILE = mesa-8.0develdbg-x86-gcc4-2012-02-20.zip ;
|
||||
glslObject = lib.haiku/libglsl.a ;
|
||||
galliumObjects = lib.haiku/libgallium.a ;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user