summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-07-01 22:41:06 +0000
committerDouglas Gregor <dgregor@apple.com>2011-07-01 22:41:06 +0000
commit6ced1d12dd7ee18d65a6df6e66c9662753a5876d (patch)
treec42b569fcab40aa939e534a6f0f5211dc4c20b28 /autoconf
parent385e930d55f3ecd3c9538823dfa5896a12461845 (diff)
downloadllvm-6ced1d12dd7ee18d65a6df6e66c9662753a5876d.tar.gz
llvm-6ced1d12dd7ee18d65a6df6e66c9662753a5876d.tar.bz2
llvm-6ced1d12dd7ee18d65a6df6e66c9662753a5876d.tar.xz
Add initial *-*-rtems* target, from Joel Sherrill
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index a39a6857c2..47b48bf660 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -297,6 +297,8 @@ AC_CACHE_CHECK([type of operating system we're going to target],
llvm_cv_target_os_type="MingW" ;;
*-*-haiku*)
llvm_cv_target_os_type="Haiku" ;;
+ *-*-rtems*)
+ llvm_cv_target_os_type="RTEMS" ;;
*-unknown-eabi*)
llvm_cv_target_os_type="Freestanding" ;;
*)