source: rtems/contrib/crossrpms/freebsd7.1/i586/Makefile.am @ 35381baa

4.104.115
Last change on this file since 35381baa was 35381baa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/26/09 at 07:17:37

BR: exact version of build host tools for Cdn-X builds.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1# $Id$
2
3TARGET = i586-pc-freebsd7.1
4
5include $(top_srcdir)/mkspec.am
6
7FREEBSD_VERS = 7.1
8FREEBSD_RPMREL = @VERSION@
9EXTRA_DIST += libs.add
10EXTRA_DIST += target-libs.add
11
12LIBS_SUBPACKAGES = $(top_srcdir)/common/common.add
13LIBS_SUBPACKAGES += $(srcdir)/libs.add
14LIBS_SUBPACKAGES += $(top_srcdir)/gcc/rpm-install.add
15LIBS_SUBPACKAGES += $(top_srcdir)/common/clean.add
16LIBS_SUBPACKAGES += $(srcdir)/target-libs.add
17
18$(TARGET)-libs.spec.in: $(LIBS_SUBPACKAGES) Makefile.am
19        cat $(LIBS_SUBPACKAGES) | sed \
20          -e "s/[@]FREEBSD_VERS[@]/$(FREEBSD_VERS)/g" \
21          -e "s/[@]FREEBSD_RPMREL[@]/$(FREEBSD_RPMREL)/g" \
22          -e "s,%{gcc_rpmvers},%{freebsd_rpmvers},g" \
23        > $(TARGET)-libs.spec.in
24CLEANFILES += $(TARGET)-libs.spec.in
25                             
26@rpmprefix@$(TARGET)-libs.spec: $(TARGET)-libs.spec.in
27        $(MKSPEC) $(TARGET)-libs.spec.in | $(SPECSTRIP) > $@
28CLEANFILES += @rpmprefix@$(TARGET)-libs.spec
29noinst_DATA += @rpmprefix@$(TARGET)-libs.spec
30
31
32BINUTILS_VERS = 2.19
33BINUTILS_PKGVERS = $(BINUTILS_VERS)
34BINUTILS_RPMREL = @VERSION@%{?dist}
35include ../binutils.am
36BINUTILS_OPTS +=
37
38GCC_VERS = 4.3.3
39GCC_PKGVERS = $(GCC_VERS)
40GCC_RPMREL = @VERSION@%{?dist}
41include ../gcc.am
42GCC_OPTS += --languages=cxx,f95,objc
Note: See TracBrowser for help on using the repository browser.