diff options
author | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-03 22:15:49 +0000 |
---|---|---|
committer | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-03 22:15:49 +0000 |
commit | 9e3a498a66a3310d290a1a5bcf5aeb0895cc210a (patch) | |
tree | b02117debb8a3b9168c0826d6f1414c5143158a2 /gcc/configure.in | |
parent | bb0a1abf3d6f3ec22e264c7c06de91dc1cb515c7 (diff) | |
download | ppe42-gcc-9e3a498a66a3310d290a1a5bcf5aeb0895cc210a.tar.gz ppe42-gcc-9e3a498a66a3310d290a1a5bcf5aeb0895cc210a.zip |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19529 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index 67b7fbd7f14..8bae46848ca 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -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 |