mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Fix HP/ux port for tas.s
This commit is contained in:
parent
40b75ef5d0
commit
a86e06cb9b
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;;
|
||||
ultrix*) os=ultrix4;;
|
||||
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;;
|
||||
sco*) os=sco;;
|
||||
machten*) os=machten;;
|
||||
|
Loading…
Reference in New Issue
Block a user