summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-06-06 19:29:36 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-06-06 19:29:36 +0000
commit6d2e334cce4ee9be9f02bf40d6c0b8589a4e1c02 (patch)
tree67359c51acfa49e367d519a5d0e56a7c958517ad /autoconf
parent4391bb537df68af6639b8b504f26b903b9c9cebf (diff)
downloadllvm-6d2e334cce4ee9be9f02bf40d6c0b8589a4e1c02.tar.gz
llvm-6d2e334cce4ee9be9f02bf40d6c0b8589a4e1c02.tar.bz2
llvm-6d2e334cce4ee9be9f02bf40d6c0b8589a4e1c02.tar.xz
We also have V8, so do not force every Sparc to be treated like a V9. It is
still possible to force V9 (even if configure doesn't think it's one) via ``./configure --target=sparcv9-sun-solaris2.8'' so nothing is lost. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22198 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index dbb128f7c3..da583cac4d 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -159,14 +159,6 @@ case $llvm_cv_platform_type in
;;
esac
-dnl If we are targetting a Sparc machine running Solaris, pretend that it is
-dnl V9, since that is all that we support at the moment, and autoconf will only
-dnl tell us we're a sparc.
-case $target in
- sparc*-*-solaris*) AC_SUBST(target,[[sparcv9-sun-solaris2.8]])
- ;;
-esac
-
dnl Determine what our target architecture is and configure accordingly.
dnl This will allow Makefiles to make a distinction between the hardware and
dnl the OS.