diff options
author | Keith Whitwell <keithw@vmware.com> | 2010-03-18 05:38:50 +0000 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2010-03-18 05:38:50 +0000 |
commit | cf6bef0afee10763c78509a3d17e9a6e49bcd3c8 (patch) | |
tree | 6ee37b66044ffb5df35924750a48bbd17b082b2a /configs | |
parent | 1997231916144485c3c4a36f53eda39fce460272 (diff) | |
parent | 6de8e563ac4dad818fc2bfea23f557919ed36234 (diff) |
Merge commit 'origin/master' into gallium-resources
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-llvm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-llvm b/configs/linux-llvm index 27e082ebf7e..608f42d6df0 100644 --- a/configs/linux-llvm +++ b/configs/linux-llvm @@ -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 |