1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

Regenerate configure since r227090.

llvm-svn: 227573
This commit is contained in:
NAKAMURA Takumi 2015-01-30 13:01:00 +00:00
parent 7777da929b
commit 1e81dfbf9e

2
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