From 333550bcf3302e09f258d6466f3c67150335fd04 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 17 May 2011 20:32:11 +0200 Subject: [PATCH] config/options: prepare for llvm builds Signed-off-by: Stephan Raue --- config/options | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/options b/config/options index 8343cbe49b..4f4054975a 100644 --- a/config/options +++ b/config/options @@ -92,14 +92,17 @@ get_graphicdrivers() { if [ "$drv" = "i915" -o "$drv" = "i965" ]; then XORG_DRIVERS="$XORG_DRIVERS intel" +# LLVM_SUPPORT="yes" fi if [ "$drv" = "r200" -o "$drv" = "r300" -o "$drv" = "r600" -o "$drv" = "radeon" ]; then XORG_DRIVERS="$XORG_DRIVERS ati" +# LLVM_SUPPORT="yes" fi if [ "$drv" = "nouveau" ]; then XORG_DRIVERS="$XORG_DRIVERS nouveau" +# LLVM_SUPPORT="yes" fi if [ "$drv" = "nvidia" ]; then @@ -113,10 +116,12 @@ get_graphicdrivers() { if [ "$drv" = "omapfb" ]; then XORG_DRIVERS="$XORG_DRIVERS ompafb" +# LLVM_SUPPORT="yes" fi if [ "$drv" = "vmware" ]; then XINERAMA_SUPPORT="yes" +# LLVM_SUPPORT="yes" fi done }