This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Update: status of high-priority GNATS bugs
- From: Robert Lipe <robertlipe at usa dot net>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 23 Oct 2002 08:41:33 -0500
- Subject: Re: Update: status of high-priority GNATS bugs
- References: <200210230152.g9N1qgA17124@piper.synopsys.com>
> 7623 (SCO, patch candidate in review as of Aug 17)
I like this one better. Bootstrap is still in progress, but it does now
sail past the compilation error.
May I commit this?
RJL
Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.167.2.23.2.1
diff -u -p -r1.167.2.23.2.1 config.gcc
--- config.gcc 6 Aug 2002 15:20:55 -0000 1.167.2.23.2.1
+++ config.gcc 23 Oct 2002 13:38:13 -0000
@@ -1405,7 +1405,7 @@ i[34567]86-*-rtems*|i[34567]86-*-rtemsel
i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
xm_defines=POSIX
install_headers_dir=install-headers-cpio
- tm_file=i386/sco5.h
+ tm_file="${tm_file} i386/att.h i386/sco5.h"
if test x$gas = xyes
then
tm_file="usegas.h ${tm_file}"