source: rtems/contrib/crossrpms/rtems4.7/avr/Makefile.am @ e7f218d

Last change on this file since e7f218d was d7b8239, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/19/06 at 08:01:14

Sync with HEAD

  • Property mode set to 100644
File size: 261 bytes
Line 
1# $Id$
2
3TARGET = avr-rtems4.7
4
5include $(top_srcdir)/mkspec.am
6
7BINUTILS_VERS = 2.17
8BINUTILS_RPMREL = 3
9include ../binutils.am
10
11GCC_VERS = 4.0.3
12GCC_RPMREL = 3
13NEWLIB_VERS = 1.14.0
14include ../gcc.am
15GCC_OPTS +=
16
17GDB_VERS = 6.5
18GDB_RPMREL = 2
19include ../gdb.am
Note: See TracBrowser for help on using the repository browser.