mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-18 14:40:40 +02:00
llvmpipe: remove -m32 flag from linux-llvm config
This commit is contained in:
parent
c11d582411
commit
b22bb34533
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ CONFIG_NAME = linux-llvm
|
|||
GALLIUM_DRIVERS_DIRS += llvmpipe
|
||||
|
||||
OPT_FLAGS = -O3 -ansi -pedantic
|
||||
ARCH_FLAGS = -m32 -mmmx -msse -msse2 -mstackrealign
|
||||
ARCH_FLAGS = -mmmx -msse -msse2 -mstackrealign
|
||||
|
||||
DEFINES += -DNDEBUG -DGALLIUM_LLVMPIPE -DDRAW_LLVM -DHAVE_UDIS86
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue