]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc (avr-*-*): Remove redundant "case".
authorRalf Corsepius <ralf.corsepius@rtems.org>
Mon, 25 Apr 2005 04:47:59 +0000 (06:47 +0200)
committerRalf Corsepius <corsepiu@gcc.gnu.org>
Mon, 25 Apr 2005 04:47:59 +0000 (06:47 +0200)
2005-04-25  Ralf Corsepius  <ralf.corsepius@rtems.org>

* config.gcc (avr-*-*): Remove redundant "case".

From-SVN: r98702

gcc/ChangeLog
gcc/config.gcc

index 3f2bc081283df1fa653e7af9c71085af7d2d71a9..564ee777385ae9de743516f2326eddfc2e781fed 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-25  Ralf Corsepius  <ralf.corsepius@rtems.org>
+
+       * config.gcc (avr-*-*): Remove redundant "case".
+
 2005-04-25  Ralf Corsepius  <ralf.corsepius@rtems.org>
 
        PR target/17822
index 3d72382ead4f31fda176e715f4edafa6cb2efd3c..9c5c193404394e1ec717d2c335106b4b219adc90 100644 (file)
@@ -1688,9 +1688,6 @@ pdp11-*-bsd)
 pdp11-*-*)
        use_fixproto=yes
        ;;
-avr-*-*)
-       use_fixproto=yes
-       ;;
 # port not yet contributed
 #powerpc-*-openbsd*)
 #      tmake_file="${tmake_file} rs6000/t-fprules "