Thanks to visit codestin.com Credit goes to github.com
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 b1f3293 commit c94323dCopy full SHA for c94323d
src/configure.in
@@ -9,7 +9,7 @@ case "$host_os" in
9
solaris*)
10
case "$host_cpu" in
11
sparc) os=solaris_sparc need_tas=yes tas_file=solaris_sparc.s ;;
12
- i386) os=solaris_sparc need_tas=yes tas_file=solaris_i386.s ;;
+ i386) os=solaris_i386 need_tas=yes tas_file=solaris_i386.s ;;
13
esac ;;
14
sunos*) os=sunos4 need_tas=no ;;
15
aux*) os=aux need_tas=no ;;
0 commit comments