summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/rtems4.7/arm/Makefile.am
blob: 6bcbbde5f8ca99c755b13e85cf33b0499c1f8c6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id$

TARGET = arm-rtems4.7

include $(top_srcdir)/mkspec.am

BINUTILS_VERS = 2.17
BINUTILS_RPMREL = 4
include ../binutils.am
BINUTILS_OPTS +=

GCC_VERS = 4.1.1
GCC_RPMREL = 7
NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx

GDB_VERS = 6.5
GDB_RPMREL = 2
include ../gdb.am