aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoconf/configure.ac1
-rwxr-xr-xconfigure3
2 files changed, 4 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 45ad6a5726..23897d5fd8 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -76,6 +76,7 @@ do
llvm-java) AC_CONFIG_SUBDIRS([projects/llvm-java]) ;;
llvm-tv) AC_CONFIG_SUBDIRS([projects/llvm-tv]) ;;
llvm-poolalloc) AC_CONFIG_SUBDIRS([projects/llvm-poolalloc]) ;;
+ poolalloc) AC_CONFIG_SUBDIRS([projects/poolalloc]) ;;
llvm-kernel) AC_CONFIG_SUBDIRS([projects/llvm-kernel]) ;;
*)
AC_MSG_WARN([Unknown project (${i}) won't be configured automatically])
diff --git a/configure b/configure
index 7537318960..a3a758cb5c 100755
--- a/configure
+++ b/configure
@@ -950,6 +950,7 @@ projects/llvm-gcc
projects/llvm-java
projects/llvm-tv
projects/llvm-poolalloc
+projects/poolalloc
projects/llvm-kernel'
# Initialize some variables set by options.
@@ -2086,6 +2087,8 @@ do
;;
llvm-poolalloc) subdirs="$subdirs projects/llvm-poolalloc"
;;
+ poolalloc) subdirs="$subdirs projects/poolalloc"
+ ;;
llvm-kernel) subdirs="$subdirs projects/llvm-kernel"
;;
*)