Diff for /src/contrib/gcc/Attic/configure.in between versions 1.1 and 1.2

version 1.1, 2003/06/17 02:43:57 version 1.2, 2003/11/19 00:51:31
Line 2 Line 2
 # Process this file with autoconf to generate a configuration script.  # Process this file with autoconf to generate a configuration script.
   
 # Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.  # Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
   #
   # $DragonFly$
   
 #This file is part of GNU CC.  #This file is part of GNU CC.
   
Line 1165  changequote([,])dnl Line 1167  changequote([,])dnl
                 stabs=yes                  stabs=yes
                 ;;                  ;;
 changequote(,)dnl  changequote(,)dnl
           i[34567]86-*-dragonflyelf*)
   changequote([,])dnl
                   tm_file="i386/i386.h i386/att.h svr4.h i386/dragonfly-elf.h i386/perform.h"
                   extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
                   tmake_file=t-dragonfly
                   gas=yes
                   gnu_ld=yes
                   stabs=yes
                   ;;
   changequote(,)dnl
         i[34567]86-*-freebsd*)          i[34567]86-*-freebsd*)
 changequote([,])dnl  changequote([,])dnl
                 tm_file=i386/freebsd.h                  tm_file=i386/freebsd.h
                 tmake_file=t-freebsd                  tmake_file=t-freebsd
                 ;;                  ;;
 changequote(,)dnl  changequote(,)dnl
           i[34567]86-*-dragonfly*)
   changequote([,])dnl
                   tm_file=i386/dragonfly.h
                   tmake_file=t-dragonfly
                   ;;
   changequote(,)dnl
         i[34567]86-*-netbsd*)          i[34567]86-*-netbsd*)
 changequote([,])dnl  changequote([,])dnl
                 tm_file=i386/netbsd.h                  tm_file=i386/netbsd.h

Removed from v.1.1  
changed lines
  Added in v.1.2