summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-07-17 09:47:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-07-17 09:47:54 +0000
commita5a7aa4fc2b9ee85405d2acf85b50955db4d1f77 (patch)
tree088759b5fb6ea80df05935668c5fc82bbb6b365e /contrib
parentNew. (diff)
downloadrtems-a5a7aa4fc2b9ee85405d2acf85b50955db4d1f77.tar.bz2
Abandon *-w32api.spec
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/mingw32/i686/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/contrib/crossrpms/mingw32/i686/Makefile.am b/contrib/crossrpms/mingw32/i686/Makefile.am
index e4a1a6e32d..35ae406635 100644
--- a/contrib/crossrpms/mingw32/i686/Makefile.am
+++ b/contrib/crossrpms/mingw32/i686/Makefile.am
@@ -4,33 +4,6 @@ TARGET = i686-pc-mingw32
include $(top_srcdir)/mkspec.am
-MINGW32_VERS = 3.11
-MINGW32_RPMREL = 1
-
-W32API_VERS = 3.8
-W32API_RPMREL = 1
-EXTRA_DIST += target-w32api.add
-EXTRA_DIST += w32api.add
-
-W32API_SUBPACKAGES = $(top_srcdir)/common/common.add
-W32API_SUBPACKAGES += $(srcdir)/w32api.add
-W32API_SUBPACKAGES += $(top_srcdir)/gcc/rpm-install.add
-W32API_SUBPACKAGES += $(top_srcdir)/common/clean.add
-W32API_SUBPACKAGES += $(srcdir)/target-w32api.add
-
-$(TARGET)-w32api.spec.in: $(W32API_SUBPACKAGES) Makefile.am
- cat $(W32API_SUBPACKAGES) | sed \
- -e "s/[@]W32API_VERS[@]/$(W32API_VERS)/g" \
- -e "s/[@]W32API_RPMREL[@]/$(W32API_RPMREL)/g" \
- -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