diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-06-06 19:29:36 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-06-06 19:29:36 +0000 |
commit | ee14fc41f183deb044cfeeb37cfbf6e4bb1a90bd (patch) | |
tree | 248b91fe1e589113bcef686e139e51f036495406 /llvm | |
parent | ee811dcd12c05dbea5d9e3d5ba41420121956b8b (diff) | |
download | bcm5719-llvm-ee14fc41f183deb044cfeeb37cfbf6e4bb1a90bd.tar.gz bcm5719-llvm-ee14fc41f183deb044cfeeb37cfbf6e4bb1a90bd.zip |
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.
llvm-svn: 22198
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/autoconf/configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index dbb128f7c37..da583cac4d2 100644 --- a/llvm/autoconf/configure.ac +++ b/llvm/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. |