[llvm-commits] CVS: llvm/autoconf/configure.ac
Anton Korobeynikov
asl at math.spbu.ru
Wed Mar 21 14:38:47 PDT 2007
Changes in directory llvm/autoconf:
configure.ac updated: 1.265 -> 1.266
---
Log message:
Let the new backend begin!
---
Diffs of the changes: (+1 -1)
configure.ac | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.265 llvm/autoconf/configure.ac:1.266
--- llvm/autoconf/configure.ac:1.265 Fri Feb 16 13:11:06 2007
+++ llvm/autoconf/configure.ac Wed Mar 21 16:38:25 2007
@@ -376,7 +376,7 @@
done
;;
esac
-TARGETS_TO_BUILD="CBackend $TARGETS_TO_BUILD"
+TARGETS_TO_BUILD="CBackend MSIL $TARGETS_TO_BUILD"
AC_SUBST(TARGETS_TO_BUILD,$TARGETS_TO_BUILD)
dnl Prevent the CBackend from using printf("%a") for floating point so older
More information about the llvm-commits
mailing list