source: rtems/contrib/crossrpms/rtems4.7/powerpc/Makefile.am @ 5868ea5

Last change on this file since 5868ea5 was 2bdaba9e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/20/07 at 04:52:47

Add GCC_PGKVERS (Sync with rtems-4.8).

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