source: rtems/contrib/crossrpms/rtems4.8/mips/Makefile.am @ f8518873

4.104.114.84.95
Last change on this file since f8518873 was f8518873, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/14/07 at 03:46:10

Update to newlib-1.15.0-rtems4.8-20070413.diff

  • Property mode set to 100644
File size: 396 bytes
Line 
1# $Id$
2
3TARGET = mips-rtems4.8
4
5include $(top_srcdir)/mkspec.am
6
7BINUTILS_VERS = 2.17
8BINUTILS_PKGVERS = $(BINUTILS_VERS)
9BINUTILS_RPMREL = 2
10include ../binutils.am
11BINUTILS_OPTS +=
12
13GCC_VERS = 4.1.2
14GCC_PKGVERS = $(GCC_VERS)
15GCC_RPMREL = 11
16NEWLIB_VERS = 1.15.0
17include ../gcc.am
18GCC_OPTS += --languages=cxx
19
20GDB_VERS = 6.5
21GDB_PKGVERS = $(GDB_VERS)
22GDB_RPMREL = 1
23include ../gdb.am
24GDB_OPTS +=
Note: See TracBrowser for help on using the repository browser.