source: rtems/contrib/crossrpms/freebsd8.2/x86_64/Makefile.am @ c05fad28

4.115
Last change on this file since c05fad28 was c05fad28, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/01/11 at 04:57:17

GCC_RPMREL = 0.20110731.0

  • Property mode set to 100644
File size: 450 bytes
Line 
1# $Id$
2
3TARGET = amd64-pc-freebsd8.2
4
5include $(top_srcdir)/mkspec.am
6
7FREEBSD_VERS = 8.2
8FREEBSD_RPMREL = 0.20110227.0
9EXTRA_DIST += libs.add
10EXTRA_DIST += target-libs.add
11include ../libs.am
12
13BINUTILS_VERS = 2.21
14BINUTILS_PKGVERS = $(BINUTILS_VERS)
15BINUTILS_RPMREL = 0.20110227.0
16include ../binutils.am
17BINUTILS_OPTS +=
18
19GCC_VERS = 4.5.2
20GCC_PKGVERS = $(GCC_VERS)
21GCC_RPMREL = 0.20110731.0
22include ../gcc.am
23GCC_OPTS += --languages=cxx,fortran,objc
Note: See TracBrowser for help on using the repository browser.