give each Record a location.
[oota-llvm.git] / autoconf / configure.ac
index 1ef8536412d8631c44890aa7c42fdf006ee0c3a6..d6c89e3600926f2b3559f3191213645d3d1a44ad 100644 (file)
@@ -233,13 +233,6 @@ if test "$llvm_cv_target_arch" = "Unknown" ; then
   AC_MSG_WARN([Configuring LLVM for an unknown target archicture])
 fi
 
-if test "$llvm_cv_os_type" = "Linux" -a "$llvm_cv_target_arch" = "x86_64" ; then
-  AC_IS_LINUX_MIXED
-  if test "$llvm_cv_linux_mixed" = "yes"; then
-    llvm_cv_target_arch="x86"
-  fi
-fi
-
 dnl Define a substitution, ARCH, for the target architecture
 AC_SUBST(ARCH,$llvm_cv_target_arch)