Fix HP/ux port for tas.s

This commit is contained in:
Marc G. Fournier 1998-02-02 00:13:41 +00:00
parent 40b75ef5d0
commit a86e06cb9b
3 changed files with 222 additions and 216 deletions

433
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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;;