mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
Generalize to support more ARM types.
Configure was not actually regenerated, but the change last time only touched this one line, so I'm being lazy and cheating by fixing it manually. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69453 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f4ccfcb704
commit
fa8ffc10b3
@ -222,7 +222,7 @@ AC_CACHE_CHECK([target architecture],[llvm_cv_target_arch],
|
||||
powerpc*-*) llvm_cv_target_arch="PowerPC" ;;
|
||||
alpha*-*) llvm_cv_target_arch="Alpha" ;;
|
||||
ia64-*) llvm_cv_target_arch="IA64" ;;
|
||||
arm-* | armv??-*) llvm_cv_target_arch="ARM" ;;
|
||||
arm*-*) llvm_cv_target_arch="ARM" ;;
|
||||
mips-*) llvm_cv_target_arch="Mips" ;;
|
||||
pic16-*) llvm_cv_target_arch="PIC16" ;;
|
||||
xcore-*) llvm_cv_target_arch="XCore" ;;
|
||||
|
2
configure
vendored
2
configure
vendored
@ -2379,7 +2379,7 @@ else
|
||||
powerpc*-*) llvm_cv_target_arch="PowerPC" ;;
|
||||
alpha*-*) llvm_cv_target_arch="Alpha" ;;
|
||||
ia64-*) llvm_cv_target_arch="IA64" ;;
|
||||
arm-* | armv??-*) llvm_cv_target_arch="ARM" ;;
|
||||
arm*-*) llvm_cv_target_arch="ARM" ;;
|
||||
mips-*) llvm_cv_target_arch="Mips" ;;
|
||||
pic16-*) llvm_cv_target_arch="PIC16" ;;
|
||||
xcore-*) llvm_cv_target_arch="XCore" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user