提交 06356b89 编写于 作者: M Marc G. Fournier

Oops, should be 'tas.o', not 'tas.s'

上级 3a48ee4a
......@@ -574,7 +574,7 @@ case "$host_os" in
i386)
os=i386_solaris
TAS=tas.s
TAS=tas.o
;;
esac ;;
sunos*) os=sunos4 ;;
......
......@@ -10,7 +10,7 @@ case "$host_os" in
i386)
os=i386_solaris
AC_LINK_FILES(backend/port/tas/i386_solaris.s, backend/port/tas.s)
TAS=tas.s
TAS=tas.o
AC_SUBST(TAS) ;;
esac ;;
sunos*) os=sunos4 ;;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册