Mesa: Update Mesa 9.1.1 gcc4 build package
* New package uses mmap vs malloc for exec memory * Solves #9685 on gcc4
This commit is contained in:
parent
e514bc713c
commit
b4764ec2fe
@ -344,7 +344,7 @@ if $(TARGET_ARCH) = x86 {
|
||||
if $(TARGET_ARCH) = x86 {
|
||||
local zipFile ;
|
||||
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||
HAIKU_MESA_FILE = mesa-9.1.1-x86-gcc4-2013-03-20.zip ;
|
||||
HAIKU_MESA_FILE = mesa-9.1.1-x86-gcc4-2013-04-27.zip ;
|
||||
} else {
|
||||
HAIKU_MESA_FILE = mesa-7.8.2-x86-gcc2-2013-04-24.zip ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user