re PR target/17822 ([3.4 only] avr: Hard-coded XXX_FOR_TARGET)
authorRalf Corsepius <ralf.corsepius@rtems.org>
Wed, 6 Apr 2005 05:34:30 +0000 (07:34 +0200)
committerRalf Corsepius <corsepiu@gcc.gnu.org>
Wed, 6 Apr 2005 05:34:30 +0000 (07:34 +0200)
2005-04-06  Ralf Corsepius  <ralf.corsepius@rtems.org>

PR target/17822
* config/avr/t-avr (AR_FOR_TARGET,RANLIB_FOR_TARGET): Remove.

From-SVN: r97694

gcc/ChangeLog
gcc/config/avr/t-avr

index 14be817666cccc33bf222712f8ee3c0bec2b7f7d..d8fcbf0282ce621c4705272466b7076135397437 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-06  Ralf Corsepius  <ralf.corsepius@rtems.org>
+
+       PR target/17822
+       * config/avr/t-avr (AR_FOR_TARGET,RANLIB_FOR_TARGET): Remove.
+
 2005-04-06  Kelley Cook  <kcook@gcc.gnu.org>
 
        * Makefile.in (LIBGCC2_CFLAGS): Compile with -pipe.
index fd2134359d72d76cd0cd2e820aedc7b78ff21686..4209e9c55e2081192aaa9334b5fd15b2da73b9f9 100644 (file)
@@ -1,7 +1,3 @@
-# Specific names for AVR tools
-AR_FOR_TARGET = avr-ar
-RANLIB_FOR_TARGET = avr-ranlib
-
 LIB1ASMSRC = avr/libgcc.S
 LIB1ASMFUNCS = \
        _mulqi3 \