From 4435f00bf25782f3bc4047f71f14bf45390f25d7 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sun, 6 Sep 2009 19:31:08 +0000 Subject: [PATCH] Abort plan to enable llvm-gcc; builds on x86_64 but not ix86. Will enable clang instead --- llvm.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/llvm.spec b/llvm.spec index 07f4594..c2c64d9 100644 --- a/llvm.spec +++ b/llvm.spec @@ -4,11 +4,10 @@ # The doxygen docs are HUGE, so they are not built by default. # # --with gcc -# The llvm-gcc package doesn't currently build. +# The llvm-gcc package doesn't currently build +# (builds on x86_64, not on i686). Plan is to enable clang instead. %define lgcc_version 4.2 -# attempt turning on llvm-gcc -%define _with_gcc 1 # LLVM object files don't contain build IDs. I don't know why yet. # Suppress their generation for now. @@ -376,7 +375,6 @@ rm -rf %{buildroot} * Sat Sep 6 2009 Michel Salim - 2.5-6 - Disable assertions (needed by OpenGTL) - Align spec file with upstream build instructions -- Enable llvm-gcc - Enable unit tests * Sat Aug 22 2009 Michel Salim - 2.5-5