Commit a86e06cb authored by Marc G. Fournier's avatar Marc G. Fournier

Fix HP/ux port for tas.s

parent 40b75ef5
This diff is collapsed.
...@@ -23,7 +23,10 @@ case "$host_os" in ...@@ -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;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment