diff options
Diffstat (limited to 'projects/sample/configure')
-rwxr-xr-x | projects/sample/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/sample/configure b/projects/sample/configure index df08c7c4e048..cfbb6c69224a 100755 --- a/projects/sample/configure +++ b/projects/sample/configure @@ -3840,8 +3840,8 @@ else sparc*-*) llvm_cv_target_arch="Sparc" ;; powerpc*-*) llvm_cv_target_arch="PowerPC" ;; arm*-*) llvm_cv_target_arch="ARM" ;; - mips-*) llvm_cv_target_arch="Mips" ;; - mipsel-*) llvm_cv_target_arch="Mips" ;; + mips-* | mips64-*) llvm_cv_target_arch="Mips" ;; + mipsel-* | mips64el-*) llvm_cv_target_arch="Mips" ;; xcore-*) llvm_cv_target_arch="XCore" ;; msp430-*) llvm_cv_target_arch="MSP430" ;; hexagon-*) llvm_cv_target_arch="Hexagon" ;; |