invert check for less indentation; use local vars to reduce duplication; NFC
[oota-llvm.git] / autoconf / configure.ac
index 7f7fcf8bb0375d9a1326ce56c1f0c21a38970b78..0cdd1474cb8b176b7537a48c3da4934c4672c768 100644 (file)
@@ -369,6 +369,8 @@ AC_CACHE_CHECK([type of operating system we're going to target],
     llvm_cv_target_os_type="NativeClient" ;;
   *-unknown-eabi*)
     llvm_cv_target_os_type="Freestanding" ;;
+  *-*-ps4)
+    llvm_cv_target_os_type="PS4" ;;
   *)
     llvm_cv_target_os_type="Unknown" ;;
 esac])