We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a48ee4 commit 06356b8Copy full SHA for 06356b8
src/configure
@@ -574,7 +574,7 @@ case "$host_os" in
574
i386)
575
os=i386_solaris
576
577
- TAS=tas.s
+ TAS=tas.o
578
;;
579
esac ;;
580
sunos*) os=sunos4 ;;
src/configure.in
@@ -10,7 +10,7 @@ case "$host_os" in
10
11
12
AC_LINK_FILES(backend/port/tas/i386_solaris.s, backend/port/tas.s)
13
14
AC_SUBST(TAS) ;;
15
16
0 commit comments