[llvm-commits] CVS: llvm/autoconf/configure.ac

Reid Spencer reid at x10sys.com
Fri Apr 22 10:06:30 PDT 2005



Changes in directory llvm/autoconf:

configure.ac updated: 1.173 -> 1.174
---
Log message:

Make sure the CBackend is always a target that is built.


---
Diffs of the changes:  (+1 -0)

 configure.ac |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.173 llvm/autoconf/configure.ac:1.174
--- llvm/autoconf/configure.ac:1.173	Fri Apr 22 12:02:18 2005
+++ llvm/autoconf/configure.ac	Fri Apr 22 12:06:18 2005
@@ -268,6 +268,7 @@
   done 
   ;;
 esac
+TARGETS_TO_BUILD="CBackend $TARGETS_TO_BUILD"
 AC_SUBST(TARGETS_TO_BUILD,$TARGETS_TO_BUILD)
 
 dnl Allow a specific llvm-gcc/llvm-g++ pair to be used with this LLVM config.






More information about the llvm-commits mailing list