summaryrefslogtreecommitdiffstats
path: root/llvm/configure
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-04-18 18:11:26 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-04-18 18:11:26 +0000
commit13590cb204b7755d74b01f96e763bd802812c653 (patch)
treeb77e57d62d78f27558f62a719d265ce58b9f8167 /llvm/configure
parent31efa3098f4fbb368120db8417b2b707aec98e1e (diff)
downloadbcm5719-llvm-13590cb204b7755d74b01f96e763bd802812c653.tar.gz
bcm5719-llvm-13590cb204b7755d74b01f96e763bd802812c653.zip
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. llvm-svn: 69453
Diffstat (limited to 'llvm/configure')
-rwxr-xr-xllvm/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/configure b/llvm/configure
index c9c2d2292e2..b98a6c5bd50 100755
--- a/llvm/configure
+++ b/llvm/configure
@@ -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" ;;
OpenPOWER on IntegriCloud