Regenerate configure since r227090.

llvm-svn: 227573
This commit is contained in:
NAKAMURA Takumi 2015-01-30 13:01:00 +00:00
parent 6fe85cbb8e
commit 3f47d81744
1 changed files with 2 additions and 0 deletions

2
llvm/configure vendored
View File

@ -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