Commit f00a9e3e authored by Marc G. Fournier's avatar Marc G. Fournier

various i386_solaris cleanups that should fix sparc_solaris and hpux

parent b17bf38c
...@@ -4765,7 +4765,7 @@ EOF ...@@ -4765,7 +4765,7 @@ EOF
cat >> $CONFIG_STATUS <<EOF cat >> $CONFIG_STATUS <<EOF
ac_sources="backend/port/tas/${os}.s backend/port/dynloader/${os}.c backend/port/dynloader/${os}.h include/port/${os}.h makefiles/Makefile.${os}" ac_sources="backend/port/tas/${os}.s backend/port/dynloader/${os}.c backend/port/dynloader/${os}.h include/port/${os}.h makefiles/Makefile.${os}"
ac_dests="backend/port/${os}.s backend/port/dynloader.c include/dynloader.h include/os.h Makefile.port" ac_dests="backend/port/tas.s backend/port/dynloader.c include/dynloader.h include/os.h Makefile.port"
EOF EOF
cat >> $CONFIG_STATUS <<\EOF cat >> $CONFIG_STATUS <<\EOF
......
...@@ -44,7 +44,7 @@ esac ...@@ -44,7 +44,7 @@ esac
if test $need_tas = "yes" if test $need_tas = "yes"
then then
AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/${os}.s) AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/tas.s)
TAS=tas.o TAS=tas.o
AC_SUBST(TAS) AC_SUBST(TAS)
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment