diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2007-03-21 21:38:25 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2007-03-21 21:38:25 +0000 |
commit | 099883f7eb4d1265b9c5f8fd416f3ac5f5fdb93c (patch) | |
tree | eb91ea2ee9cac62b6c7dc6495d0dcbbc5b73a938 /autoconf | |
parent | aceaf5d26ee137ef5bda6b70c99ceb1950d0b5a5 (diff) |
Let the new backend begin!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35242 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index ad73185f966..7039e5d6448 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -376,7 +376,7 @@ case "$enableval" in 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 |