mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix HP/ux port for tas.s
This commit is contained in:
433
src/configure
vendored
433
src/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -23,7 +23,10 @@ case "$host_os" in
|
|||||||
nextstep*) os=nextstep;;
|
nextstep*) os=nextstep;;
|
||||||
ultrix*) os=ultrix4;;
|
ultrix*) os=ultrix4;;
|
||||||
irix*) os=irix5;;
|
irix*) os=irix5;;
|
||||||
hpux*) os=hpux;;
|
hpux*) os=hpux
|
||||||
|
AC_LINK_FILES(backend/port/tas/hpux.s, backend/port/tas.s)
|
||||||
|
TAS=tas.o
|
||||||
|
AC_SUBST(TAS) ;;
|
||||||
osf*) os=alpha;;
|
osf*) os=alpha;;
|
||||||
sco*) os=sco;;
|
sco*) os=sco;;
|
||||||
machten*) os=machten;;
|
machten*) os=machten;;
|
||||||
|
Reference in New Issue
Block a user