OSDN Git Service

2005-04-25 Ralf Corsepius <ralf.corsepius@rtems.org>
authorcorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Apr 2005 04:40:02 +0000 (04:40 +0000)
committercorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Apr 2005 04:40:02 +0000 (04:40 +0000)
* config.gcc (avr-*-*): Remove redundant "case".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98699 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index 72e91c0..4b9c7e7 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-25  Ralf Corsepius  <ralf.corsepius@rtems.org>
+
+       * config.gcc (avr-*-*): Remove redundant "case".
+
 2005-04-25  Kazu Hirata  <kazu@cs.umass.edu>
 
        * tree-vect-analyze.c (vect_mark_relevant): Take
index e27a9de..7d134e8 100644 (file)
@@ -1573,9 +1573,6 @@ pdp11-*-bsd)
 pdp11-*-*)
        use_fixproto=yes
        ;;
-avr-*-*)
-       use_fixproto=yes
-       ;;
 # port not yet contributed
 #powerpc-*-openbsd*)
 #      tmake_file="${tmake_file} rs6000/t-fprules "