From: NAKAMURA Takumi Date: Fri, 30 Jan 2015 13:01:00 +0000 (+0000) Subject: Regenerate configure since r227090. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=3703b1fa882ce64c15873c66a9fd6f39c214548f Regenerate configure since r227090. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227573 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/configure b/configure index e72c11d43c0..78bf318cfa1 100755 --- a/configure +++ b/configure @@ -4074,6 +4074,8 @@ else 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