various i386_solaris cleanups that should fix sparc_solaris and hpux
This commit is contained in:
parent
b17bf38ccc
commit
f00a9e3e9f
2
src/configure
vendored
2
src/configure
vendored
@ -4765,7 +4765,7 @@ 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_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
|
||||
|
||||
cat >> $CONFIG_STATUS <<\EOF
|
||||
|
@ -44,7 +44,7 @@ esac
|
||||
|
||||
if test $need_tas = "yes"
|
||||
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
|
||||
AC_SUBST(TAS)
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user