Chromium Code Reviews| Index: autoconf/configure.ac |
| =================================================================== |
| --- autoconf/configure.ac (revision 137993) |
| +++ autoconf/configure.ac (working copy) |
| @@ -299,6 +299,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" ;; |
| *) |