source: rtems/contrib/crossrpms/rtems4.7/bfin/Makefile.am @ 6d7e836

4.104.114.84.95
Last change on this file since 6d7e836 was 6d7e836, checked in by Joel Sherrill <joel.sherrill@…>, on 08/11/06 at 21:37:40

2006-08-11 Joel Sherrill <joel@…>

  • configure.ac, gcc/build.add, gcc/target-gcc.add: Add bfin target prior to merge. Add ability to disable libssp and libstdcxx-pch which apparently are required to build the Blackfin port.
  • patches/binutils-2.17-rtems-bfin-20060810.diff, patches/gcc-4.1.1-bfinrtems-20060810a.diff, patches/gdb-6.5-bfinrtems-20060810a.diff, patches/newlib-1.14.0-bfinrtems-20060810a.diff, rtems4.7/bfin/.cvsignore, rtems4.7/bfin/Makefile.am, rtems4.7/bfin/binutils-sources.add, rtems4.7/bfin/gcc-sources.add, rtems4.7/bfin/gdb-sources.add: New files.
  • Property mode set to 100644
File size: 482 bytes
Line 
1# $Id$
2
3TARGET = bfin-rtems4.7
4
5include $(top_srcdir)/mkspec.am
6
7BINUTILS_VERS = 2.17
8BINUTILS_RPMREL = 3
9include ../binutils.am
10
11GCC_VERS = 4.1.1
12GCC_RPMREL = 5
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 = 2
22include ../gdb.am
Note: See TracBrowser for help on using the repository browser.