Make UnixWare 7 bootstrap support work with final shipping product.
authorRobert Lipe <robertl@gcc.gnu.org>
Sun, 3 May 1998 22:15:49 +0000 (22:15 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Sun, 3 May 1998 22:15:49 +0000 (22:15 +0000)
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

gcc/configure.in

index 67b7fbd..8bae468 100644 (file)
@@ -1013,7 +1013,8 @@ for machine in $build $host $target; do
                fi
                ;;
        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
                if [[ x$stabs = xyes ]]
                then