* configure.in (thumb-*-coff*): Don't cause fixincludes to be run.
authorRichard Earnshaw <rearnsha@arm.com>
Sat, 11 Jul 1998 03:09:16 +0000 (03:09 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Sat, 11 Jul 1998 03:09:16 +0000 (03:09 +0000)
From-SVN: r21058

gcc/ChangeLog
gcc/configure.in

index 26e55613b1778151de7dab82be3dd110865bf1ac..6d193264c50991cd1501d7d4b680613d916c61ad 100644 (file)
@@ -5,6 +5,8 @@ Sat Jul 11 02:59:08 1998  Richard Earnshaw  <rearnsha@arm.com>
        (splits for sign-extended HI & QI mode from memory):  Also propagate 
        the volatile flag.
 
+       * configure.in (thumb-*-coff*): Don't cause fixincludes to be run.
+
 Fri Jul 10 19:06:59 1998  Michael Meissner  <meissner@cygnus.com>
 
        * varray.h: Include system.h if it hasn't already been included
index 11a977782fa8c446fafe170f3c28afc60c01e44b..7f1a9d9269c271c0e4389f4fab64f232ab85a4be 100644 (file)
@@ -2716,6 +2716,7 @@ for machine in $build $host $target; do
                xm_file=arm/xm-thumb.h
                md_file=arm/thumb.md
                tmake_file=arm/t-thumb
+               fixincludes=Makefile.in # There is nothing to fix
                ;;
 # This hasn't been upgraded to GCC 2.
 #      tron-*-*)