source: rtems/contrib/crossrpms/netbsd5.0.2/i386/Makefile.am @ 6aa50b0

4.104.115
Last change on this file since 6aa50b0 was 6aa50b0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/19/10 at 14:13:27

Bump GCC_RPMREL.

  • Property mode set to 100644
File size: 466 bytes
Line 
1# $Id$
2
3TARGET = i386-pc-netbsdelf5.0.2
4
5include $(top_srcdir)/mkspec.am
6
7NETBSD_VERS = 5.0.2
8NETBSD_RPMREL = 0.20100419.0
9EXTRA_DIST += libs.add
10EXTRA_DIST += target-libs.add
11include ../libs.am
12
13BINUTILS_VERS = 2.20.1
14BINUTILS_PKGVERS = $(BINUTILS_VERS)
15BINUTILS_RPMREL = 0.20100419.0
16include ../binutils.am
17BINUTILS_OPTS +=
18
19GCC_VERS = 4.5.0
20GCC_PKGVERS = $(GCC_VERS)
21GCC_RPMREL = 0.20100419.1
22include ../gcc.am
23# C only
24GCC_OPTS += --languages=c,cxx,fortran,objc
Note: See TracBrowser for help on using the repository browser.