Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit af7e039

Browse files
committed
autoconf
1 parent c94323d commit af7e039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ case "$host_os" in
607607
solaris*)
608608
case "$host_cpu" in
609609
sparc) os=solaris_sparc need_tas=yes tas_file=solaris_sparc.s ;;
610-
i386) os=solaris_sparc need_tas=yes tas_file=solaris_i386.s ;;
610+
i386) os=solaris_i386 need_tas=yes tas_file=solaris_i386.s ;;
611611
esac ;;
612612
sunos*) os=sunos4 need_tas=no ;;
613613
aux*) os=aux need_tas=no ;;

0 commit comments

Comments
 (0)