source: rtems/contrib/crossrpms/rtems4.7/mips/Makefile.am @ 5727b17

4.104.114.84.95
Last change on this file since 5727b17 was 5727b17, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/04/06 at 15:41:24

New.

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