summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-01-21 06:26:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-01-21 06:26:17 +0000
commit8d40ab041b62727281e3c262a45cf2e899d92009 (patch)
tree29eeb22f2bb369a0bf9025eca254123b6101eafd /contrib
parentUpdate. (diff)
downloadrtems-8d40ab041b62727281e3c262a45cf2e899d92009.tar.bz2
Add gmp, mpfr, *-helper.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/mingw32/i686/Makefile.am51
1 files changed, 49 insertions, 2 deletions
diff --git a/contrib/crossrpms/mingw32/i686/Makefile.am b/contrib/crossrpms/mingw32/i686/Makefile.am
index 7b7caffd08..d0a116850f 100644
--- a/contrib/crossrpms/mingw32/i686/Makefile.am
+++ b/contrib/crossrpms/mingw32/i686/Makefile.am
@@ -22,7 +22,7 @@ $(TARGET)-libs.spec.in: $(LIBS_SUBPACKAGES) Makefile.am
-e "s,%{gcc_rpmvers},%{mingw32_rpmvers},g" \
> $(TARGET)-libs.spec.in
CLEANFILES += $(TARGET)-libs.spec.in
-
+
@rpmprefix@$(TARGET)-libs.spec: $(TARGET)-libs.spec.in
$(MKSPEC) $(TARGET)-libs.spec.in | $(SPECSTRIP) > $@
CLEANFILES += @rpmprefix@$(TARGET)-libs.spec
@@ -46,12 +46,19 @@ $(TARGET)-w32api.spec.in: $(W32API_SUBPACKAGES) Makefile.am
-e "s,%{gcc_rpmvers},%{w32api_rpmvers},g" \
> $(TARGET)-w32api.spec.in
CLEANFILES += $(TARGET)-w32api.spec.in
-
+
@rpmprefix@$(TARGET)-w32api.spec: $(TARGET)-w32api.spec.in
$(MKSPEC) $(TARGET)-w32api.spec.in | $(SPECSTRIP) > $@
CLEANFILES += @rpmprefix@$(TARGET)-w32api.spec
noinst_DATA += @rpmprefix@$(TARGET)-w32api.spec
+GMP_VERS = 4.2.4
+GMP_RPMREL = 0.20081219.1%{?dist}
+include ../gmp.am
+
+MPFR_VERS = 2.3.1
+MPFR_RPMREL = 0.20081219.1%{?dist}
+include ../mpfr.am
BINUTILS_VERS = 2.16.91-20060119-1
BINUTILS_PKGVERS = $(BINUTILS_VERS)
@@ -64,3 +71,43 @@ GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = @VERSION@%{?dist}
include ../gcc.am
GCC_OPTS += --languages=c
+
+@rpmprefix@$(TARGET)-binutils-helper.spec: $(TARGET)-binutils-helper.spec.in
+ $(MKSPEC) $(TARGET)-binutils-helper.spec.in | $(SPECSTRIP) > $@
+CLEANFILES += @rpmprefix@$(TARGET)-binutils-helper.spec
+noinst_DATA += @rpmprefix@$(TARGET)-binutils-helper.spec
+
+@rpmprefix@$(TARGET)-curses-helper.spec: $(TARGET)-curses-helper.spec.in
+ $(MKSPEC) $(TARGET)-curses-helper.spec.in | $(SPECSTRIP) > $@
+CLEANFILES += @rpmprefix@$(TARGET)-curses-helper.spec
+noinst_DATA += @rpmprefix@$(TARGET)-curses-helper.spec
+
+@rpmprefix@$(TARGET)-expat-helper.spec: $(TARGET)-expat-helper.spec.in
+ $(MKSPEC) $(TARGET)-expat-helper.spec.in | $(SPECSTRIP) > $@
+CLEANFILES += @rpmprefix@$(TARGET)-expat-helper.spec
+noinst_DATA += @rpmprefix@$(TARGET)-expat-helper.spec
+
+@rpmprefix@$(TARGET)-gcc-helper.spec: $(TARGET)-gcc-helper.spec.in
+ $(MKSPEC) $(TARGET)-gcc-helper.spec.in | $(SPECSTRIP) > $@
+CLEANFILES += @rpmprefix@$(TARGET)-gcc-helper.spec
+noinst_DATA += @rpmprefix@$(TARGET)-gcc-helper.spec
+
+@rpmprefix@$(TARGET)-libs-helper.spec: $(TARGET)-libs-helper.spec.in
+ $(MKSPEC) $(TARGET)-libs-helper.spec.in | $(SPECSTRIP) > $@
+CLEANFILES += @rpmprefix@$(TARGET)-libs-helper.spec
+noinst_DATA += @rpmprefix@$(TARGET)-libs-helper.spec
+
+@rpmprefix@$(TARGET)-readline-helper.spec: $(TARGET)-readline-helper.spec.in
+ $(MKSPEC) $(TARGET)-readline-helper.spec.in | $(SPECSTRIP) > $@
+CLEANFILES += @rpmprefix@$(TARGET)-readline-helper.spec
+noinst_DATA += @rpmprefix@$(TARGET)-readline-helper.spec
+
+@rpmprefix@$(TARGET)-w32api-helper.spec: $(TARGET)-w32api-helper.spec.in
+ $(MKSPEC) $(TARGET)-w32api-helper.spec.in | $(SPECSTRIP) > $@
+CLEANFILES += @rpmprefix@$(TARGET)-w32api-helper.spec
+noinst_DATA += @rpmprefix@$(TARGET)-w32api-helper.spec
+
+@rpmprefix@$(TARGET)-zlib-helper.spec: $(TARGET)-zlib-helper.spec.in
+ $(MKSPEC) $(TARGET)-zlib-helper.spec.in | $(SPECSTRIP) > $@
+CLEANFILES += @rpmprefix@$(TARGET)-zlib-helper.spec
+noinst_DATA += @rpmprefix@$(TARGET)-zlib-helper.spec