diff options
author | José Fonseca <[email protected]> | 2008-02-18 12:33:34 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-02-18 12:33:34 +0000 |
commit | 0448dbd64a2ef217349f4ada4777d432bc82e46d (patch) | |
tree | 7e0ac149dd358f5a894deae1ad38f768eae595b0 /configs/linux-llvm | |
parent | 3f3b09d6d86cfd277c5837d15466ee703897aa3d (diff) |
Update for llvm -> gallivm rename.
Diffstat (limited to 'configs/linux-llvm')
-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 a8889321a02..44e200e8565 100644 --- a/configs/linux-llvm +++ b/configs/linux-llvm @@ -5,7 +5,7 @@ include $(TOP)/configs/linux CONFIG_NAME = linux-llvm -GALLIUM_AUXILIARY_DIRS += llvm +GALLIUM_AUXILIARY_DIRS += gallivm OPT_FLAGS = -g -ansi -pedantic DEFINES += -DDEBUG -DDEBUG_MATH -DMESA_LLVM=1 |