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;;
|
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;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user