From: Ralf Corsepius Date: Mon, 25 Apr 2005 04:47:59 +0000 (+0200) Subject: config.gcc (avr-*-*): Remove redundant "case". X-Git-Tag: releases/gcc-3.4.4~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=941233be791e6e220f429392bc7bb014e007d85a;p=thirdparty%2Fgcc.git config.gcc (avr-*-*): Remove redundant "case". 2005-04-25 Ralf Corsepius * config.gcc (avr-*-*): Remove redundant "case". From-SVN: r98702 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3f2bc081283d..564ee777385a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-04-25 Ralf Corsepius + + * config.gcc (avr-*-*): Remove redundant "case". + 2005-04-25 Ralf Corsepius PR target/17822 diff --git a/gcc/config.gcc b/gcc/config.gcc index 3d72382ead4f..9c5c19340439 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 "