diff options
-rw-r--r-- | tools/llvmc2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile index 93501657fb..0c36d5b960 100644 --- a/tools/llvmc2/Makefile +++ b/tools/llvmc2/Makefile @@ -8,7 +8,8 @@ ##===----------------------------------------------------------------------===## # Compiled-in plugins -BUILTIN_PLUGINS = Base +##### FIXME: This breaks the build. +#####BUILTIN_PLUGINS = Base LEVEL = ../.. TOOLNAME = llvmc2 |