Module: Mesa Branch: gallium-llvmpipe Commit: 3c703602c3e19c04e15ccd168f824bc1741f31aa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3c703602c3e19c04e15ccd168f824bc1741f31aa
Author: Brian Paul <[email protected]> Date: Wed Aug 19 13:23:02 2009 -0600 llvmpipe: use the udis86 lib to print the x86 assembly code --- configs/linux-llvm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/linux-llvm b/configs/linux-llvm index 5358bf5..19b53cc 100644 --- a/configs/linux-llvm +++ b/configs/linux-llvm @@ -12,7 +12,7 @@ CONFIG_NAME = linux-llvm GALLIUM_DRIVERS_DIRS += llvmpipe OPT_FLAGS = -g -ansi -pedantic -DEFINES += -DDEBUG -DDEBUG_MATH -DGALLIUM_LLVMPIPE +DEFINES += -DDEBUG -DDEBUG_MATH -DGALLIUM_LLVMPIPE -DHAVE_UDIS86 # override -std=c99 CFLAGS += -std=gnu99 @@ -39,4 +39,4 @@ else endif LD = g++ -GL_LIB_DEPS = $(LLVM_LDFLAGS) $(LLVM_LIBS) $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread -lstdc++ +GL_LIB_DEPS = $(LLVM_LDFLAGS) $(LLVM_LIBS) $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread -lstdc++ -ludis86 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
