source: rtems/contrib/crossrpms/rtems4.7/sh/Makefile.am @ a420327c

Last change on this file since a420327c was 5af0411f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/07 at 09:18:53

Add BINUTILS +=

  • Property mode set to 100644
File size: 293 bytes
RevLine 
[5727b17]1# $Id$
2
3TARGET = sh-rtems4.7
4
5include $(top_srcdir)/mkspec.am
6
7BINUTILS_VERS = 2.17
[1a39b67]8BINUTILS_RPMREL = 3
[7df0f40e]9include ../binutils.am
[5af0411f]10BINUTILS_OPTS +=
[5727b17]11
12GCC_VERS = 4.1.1
[1a39b67]13GCC_RPMREL = 5
[5727b17]14NEWLIB_VERS = 1.14.0
[7df0f40e]15include ../gcc.am
[5727b17]16GCC_OPTS += --languages=cxx
17
[460d7e7]18GDB_VERS = 6.5
[1a39b67]19GDB_RPMREL = 2
[7df0f40e]20include ../gdb.am
Note: See TracBrowser for help on using the repository browser.