summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 5 insertions, 12 deletions
diff --git a/configure b/configure
index d21e34b2ef..e418f95303 100755
--- a/configure
+++ b/configure
@@ -1972,11 +1972,14 @@ EOF
echores "$proc"
;;
- sparc)
+ sparc|sparc64)
_arch='SPARC'
_target_arch='ARCH_SPARC = yes'
iproc='sparc'
- if sunos ; then
+ if test "$host_arch" = "sparc64" ; then
+ _vis='yes'
+ proc='ultrasparc'
+ elif sunos ; then
echocheck "CPU type"
karch=`uname -m`
case "`echo $karch`" in
@@ -1996,16 +1999,6 @@ EOF
_optimizing="$proc"
;;
- sparc64)
- _arch='SPARC'
- _target_arch='ARCH_SPARC = yes'
- _vis='yes'
- iproc='sparc'
- proc='ultrasparc'
- _mcpu="-mcpu=$proc"
- _optimizing="$proc"
- ;;
-
arm|armv4l|armv5tel)
_arch='ARM ARMV4L'
_target_arch='ARCH_ARMV4L = yes'