Commit 05b205e8 by Ralf Corsepius Committed by Ralf Corsepius

re PR target/17822 ([3.4 only] avr: Hard-coded XXX_FOR_TARGET)

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
parent bf7d31c1
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> 2005-04-06 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.in (LIBGCC2_CFLAGS): Compile with -pipe. * Makefile.in (LIBGCC2_CFLAGS): Compile with -pipe.
......
# Specific names for AVR tools
AR_FOR_TARGET = avr-ar
RANLIB_FOR_TARGET = avr-ranlib
LIB1ASMSRC = avr/libgcc.S LIB1ASMSRC = avr/libgcc.S
LIB1ASMFUNCS = \ LIB1ASMFUNCS = \
_mulqi3 \ _mulqi3 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment