Index: configure |
=================================================================== |
--- configure (revision 137993) |
+++ configure (working copy) |
@@ -2341,6 +2341,8 @@ |
llvm_cv_target_os_type="Haiku" ;; |
*-*-rtems*) |
llvm_cv_target_os_type="RTEMS" ;; |
+ *-*-nacl*) |
+ llvm_cv_target_os_type="NativeClient" ;; |
*-unknown-eabi*) |
llvm_cv_target_os_type="Freestanding" ;; |
*) |