From 2dc658607322cc581799128283420918374c1295 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 28 Dec 2004 07:56:14 +0000 Subject: Make the x86_64 target names match between def and use. Thanks Misha. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19170 91177308-0d34-0410-b5e6-96231b3b80d8 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 0a33a49cd4..592e0d982f 100755 --- a/configure +++ b/configure @@ -1779,7 +1779,7 @@ if test "${llvm_cv_target_arch+set}" = set; then else case $target in i?86-*) llvm_cv_target_arch="x86" ;; - amd64-* | x86_64-*) llvm_cv_target_arch="X86_64" ;; + amd64-* | x86_64-*) llvm_cv_target_arch="x86_64" ;; sparc*-*) llvm_cv_target_arch="Sparc" ;; powerpc*-*) llvm_cv_target_arch="PowerPC" ;; *) llvm_cv_target_arch="Unknown" ;; -- cgit v1.2.3-18-g5258