mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
Oops, should be 'tas.o', not 'tas.s'
This commit is contained in:
parent
3a48ee4a0f
commit
06356b8978
2
src/configure
vendored
2
src/configure
vendored
@ -574,7 +574,7 @@ case "$host_os" in
|
|||||||
i386)
|
i386)
|
||||||
os=i386_solaris
|
os=i386_solaris
|
||||||
|
|
||||||
TAS=tas.s
|
TAS=tas.o
|
||||||
;;
|
;;
|
||||||
esac ;;
|
esac ;;
|
||||||
sunos*) os=sunos4 ;;
|
sunos*) os=sunos4 ;;
|
||||||
|
@ -10,7 +10,7 @@ case "$host_os" in
|
|||||||
i386)
|
i386)
|
||||||
os=i386_solaris
|
os=i386_solaris
|
||||||
AC_LINK_FILES(backend/port/tas/i386_solaris.s, backend/port/tas.s)
|
AC_LINK_FILES(backend/port/tas/i386_solaris.s, backend/port/tas.s)
|
||||||
TAS=tas.s
|
TAS=tas.o
|
||||||
AC_SUBST(TAS) ;;
|
AC_SUBST(TAS) ;;
|
||||||
esac ;;
|
esac ;;
|
||||||
sunos*) os=sunos4 ;;
|
sunos*) os=sunos4 ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user