summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/cygwin
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-02-21 10:21:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-02-21 10:21:29 +0000
commitfccf86223c631252e67ecf4d7115a35de9a0e7e8 (patch)
treed16fe5b6076d1fc78826533077e080064a035c2c /contrib/crossrpms/cygwin
parentDelete refs to *-sys-root packages in *-gcc.spec.in (diff)
downloadrtems-fccf86223c631252e67ecf4d7115a35de9a0e7e8.tar.bz2
Delete refs to *-w32api-sys-root packages in *-gcc.spec.in
Diffstat (limited to 'contrib/crossrpms/cygwin')
-rw-r--r--contrib/crossrpms/cygwin/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/crossrpms/cygwin/Makefile.am b/contrib/crossrpms/cygwin/Makefile.am
index 8125b99c53..2fc5792b9a 100644
--- a/contrib/crossrpms/cygwin/Makefile.am
+++ b/contrib/crossrpms/cygwin/Makefile.am
@@ -78,6 +78,7 @@ $(TARGET)-gcc.spec.in: $(GCC_SUBPACKAGES) Makefile.am gcc-sources.add
-e "s/[@]GCC_VERS[@]/$(GCC_VERS)/g" \
-e "s/[@]GCC_RPMREL[@]/$(GCC_RPMREL)/g" \
-e "/[@]tool_target[@]-newlib/d" \
+ -e "/[@]tool_target[@]-w32api-sys-root/d" \
-e "/^%package -n @rpmprefix@@tool_target@-gcc/d" \
-e "s/-n @rpmprefix@@tool_target@-gcc//" \
-e 's,^%define build_newlib.*$$,%define build_newlib 0,' \