[llvm-commits] CVS: llvm/autoconf/configure.ac

Misha Brukman brukman at cs.uiuc.edu
Mon Jun 6 12:29:47 PDT 2005



Changes in directory llvm/autoconf:

configure.ac updated: 1.185 -> 1.186
---
Log message:

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.


---
Diffs of the changes:  (+0 -8)

 configure.ac |    8 --------
 1 files changed, 8 deletions(-)


Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.185 llvm/autoconf/configure.ac:1.186
--- llvm/autoconf/configure.ac:1.185	Thu Jun  2 17:34:49 2005
+++ llvm/autoconf/configure.ac	Mon Jun  6 14:29:36 2005
@@ -159,14 +159,6 @@
     ;;
 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.






More information about the llvm-commits mailing list