We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94323d commit af7e039Copy full SHA for af7e039
src/configure
@@ -607,7 +607,7 @@ case "$host_os" in
607
solaris*)
608
case "$host_cpu" in
609
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 ;;
+ i386) os=solaris_i386 need_tas=yes tas_file=solaris_i386.s ;;
611
esac ;;
612
sunos*) os=sunos4 need_tas=no ;;
613
aux*) os=aux need_tas=no ;;
0 commit comments