mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Teach the autoconf machinery about the PS4 triple.
(I think the last checkin, r227060, got lost from the mailing lists because of the (R) in the comment.) llvm-svn: 227090
This commit is contained in:
parent
5d33055228
commit
07142fff9b
2
autoconf/config.sub
vendored
2
autoconf/config.sub
vendored
@ -1489,6 +1489,8 @@ case $os in
|
||||
;;
|
||||
-nacl*)
|
||||
;;
|
||||
-ps4)
|
||||
;;
|
||||
-none)
|
||||
;;
|
||||
*)
|
||||
|
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user