From 6ced1d12dd7ee18d65a6df6e66c9662753a5876d Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 1 Jul 2011 22:41:06 +0000 Subject: Add initial *-*-rtems* target, from Joel Sherrill git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134282 91177308-0d34-0410-b5e6-96231b3b80d8 --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 496854d4bb..7d16620219 100755 --- a/configure +++ b/configure @@ -2337,6 +2337,8 @@ else 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" ;; *) -- cgit v1.2.3