source: rtems/contrib/crossrpms/rtems4.7/m68k/Makefile.am @ 0d0dec05

Last change on this file since 0d0dec05 was 0d0dec05, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/20/07 at 04:37:50

Add GDB_OPTS

  • Property mode set to 100644
File size: 307 bytes
Line 
1# $Id$
2
3TARGET = m68k-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_RPMREL = 7
14NEWLIB_VERS = 1.15.0
15include ../gcc.am
16GCC_OPTS += --languages=cxx
17
18GDB_VERS = 6.5
19GDB_RPMREL = 2
20include ../gdb.am
21GDB_OPTS +=
Note: See TracBrowser for help on using the repository browser.