]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc (i[34567]86-*-sco3.2v5*): Fix tm_file.
authorRobert Lipe <robertlipe@usa.net>
Wed, 23 Oct 2002 17:28:29 +0000 (17:28 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Wed, 23 Oct 2002 17:28:29 +0000 (17:28 +0000)
2002-10-23  Robert Lipe  <robertlipe@usa.net>

        * config.gcc (i[34567]86-*-sco3.2v5*): Fix tm_file.

From-SVN: r58461

gcc/ChangeLog
gcc/config.gcc

index 8578ee9fb4f8b8557b4af78b91340c642ca84d71..6a03ecd48500123a6a82a2b31215f3d7fcba35d5 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-23  Robert Lipe  <robertlipe@usa.net>
+
+       * config.gcc (i[34567]86-*-sco3.2v5*): Fix tm_file.
+
 2002-10-23  Roger Sayle  <roger@eyesopen.com>
 
        PR c/761
index 80664e18c6cce86a4dd9caf6a6156a7ba8ddfebb..73441e87bb985a17e20e61fcd88b141998499ff6 100644 (file)
@@ -1405,7 +1405,7 @@ i[34567]86-*-rtems*|i[34567]86-*-rtemself*)
 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}"