diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2005-04-25 06:40:02 +0200 |
---|---|---|
committer | Ralf Corsepius <corsepiu@gcc.gnu.org> | 2005-04-25 06:40:02 +0200 |
commit | 9469878ca1988a9d9a7266efc221639eace96f61 (patch) | |
tree | ef193d45e428257e398b56122966bd5c2e4d563a /gcc/config.gcc | |
parent | 51d008916adbdcbe39a089f3754f5c3b430c717e (diff) | |
download | gcc-9469878ca1988a9d9a7266efc221639eace96f61.zip gcc-9469878ca1988a9d9a7266efc221639eace96f61.tar.gz gcc-9469878ca1988a9d9a7266efc221639eace96f61.tar.bz2 |
config.gcc (avr-*-*): Remove redundant "case".
2005-04-25 Ralf Corsepius <ralf.corsepius@rtems.org>
* config.gcc (avr-*-*): Remove redundant "case".
From-SVN: r98699
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index e27a9de..7d134e85 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 " |