summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-01-30 13:01:00 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-01-30 13:01:00 +0000
commit3703b1fa882ce64c15873c66a9fd6f39c214548f (patch)
treeedd3003aed24d70d2918aadcfaf1fa81441d78f2 /configure
parent71dc8ece4fc97f0830e300829d6b9cd4ac0589ec (diff)
Regenerate configure since r227090.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227573 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index e72c11d43c06..78bf318cfa19 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