source: rtems/contrib/crossrpms/rtems4.8/bfin/Makefile.am @ 58b7d38f

4.104.114.84.95
Last change on this file since 58b7d38f was 4e0f6b7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/27/06 at 08:24:43

Bump GCC_RPMREL.

  • Property mode set to 100644
File size: 482 bytes
RevLine 
[3096ba23]1# $Id$
2
3TARGET = bfin-rtems4.8
4
5include $(top_srcdir)/mkspec.am
6
7BINUTILS_VERS = 2.17
8BINUTILS_RPMREL = 1
9include ../binutils.am
10
11GCC_VERS = 4.1.1
[4e0f6b7]12GCC_RPMREL = 2
[3096ba23]13NEWLIB_VERS = 1.14.0
14include ../gcc.am
15## GCC_OPTS += --languages=cxx
16## I really would like to get these options passed through but do not
17## know how yet.  So I am building with this command.
18## optargs="--disable-libssp --disable-libstdcxx-pch" rpmbuild -ba XXX.spec
19
20GDB_VERS = 6.5
21GDB_RPMREL = 1
22include ../gdb.am
Note: See TracBrowser for help on using the repository browser.