source: rtems/contrib/crossrpms/rtems4.8/m68k/Makefile.am @ ad0a865

4.104.114.84.95
Last change on this file since ad0a865 was ad0a865, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/16/07 at 13:39:25

Upgrade to gcc-4.1.2. Remove rtprio.h from newlib.

  • Property mode set to 100644
File size: 395 bytes
Line 
1# $Id$
2
3TARGET = m68k-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 = 9
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.