source: rtems/contrib/crossrpms/rtems4.8/sparc/Makefile.am @ 4cf3275

4.8
Last change on this file since 4cf3275 was 37c77c5c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/09/08 at 12:33:23

Upgrade to gcc-4.2.3

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