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

Give BEOS a chance ...

parent fcff1cdf
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -17,6 +17,7 @@ case "$host_os" in ...@@ -17,6 +17,7 @@ case "$host_os" in
i386) os=solaris_i386 need_tas=yes tas_file=solaris_i386.s ;; i386) os=solaris_i386 need_tas=yes tas_file=solaris_i386.s ;;
esac ;; esac ;;
sunos*) os=sunos4 need_tas=no ;; sunos*) os=sunos4 need_tas=no ;;
beos) os=beos need_tas=no ;;
aux*) os=aux need_tas=no ;; aux*) os=aux need_tas=no ;;
linux*) os=linux need_tas=no ;; linux*) os=linux need_tas=no ;;
bsdi*) os=bsdi need_tas=no ;; bsdi*) os=bsdi need_tas=no ;;
......
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