Commit a4cbe801 by Robert Lipe

Make UnixWare 7 bootstrap support work with final shipping product.

d
        Make UnixWare 7 bootstrap support work with final shipping product.
        * configure.in: (i[34567]86-*-sysv5): append, not overwrite, xm_file.
        Pick up xm-siglist and xm-alloca.
        (xm_defines): Add USG so dbxout will build.
        * configure: Regenerate.

From-SVN: r19529
parent 48a51bf4
...@@ -1013,7 +1013,8 @@ for machine in $build $host $target; do ...@@ -1013,7 +1013,8 @@ for machine in $build $host $target; do
fi fi
;; ;;
i[[34567]]86-*-sysv5*) # Intel x86 on System V Release 5 i[[34567]]86-*-sysv5*) # Intel x86 on System V Release 5
xm_file=i386/xm-sysv4.h xm_file="xm-alloca.h xm-siglist.h ${xm_file}"
xm_defines="USG POSIX"
tm_file=i386/sysv4.h tm_file=i386/sysv4.h
if [[ x$stabs = xyes ]] if [[ x$stabs = xyes ]]
then then
......
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