OSDN Git Service

* configure.in (thumb-*-coff*): Don't cause fixincludes to be run.
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Jul 1998 03:09:16 +0000 (03:09 +0000)
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Jul 1998 03:09:16 +0000 (03:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21058 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure.in

index 26e5561..6d19326 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 11a9777..7f1a9d9 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-*-*)