summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/mingw32
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-02-21 10:11:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-02-21 10:11:07 +0000
commit3072c092aa0de3c04246198f62421d8a6494b322 (patch)
tree9449ae85de319860985002de605c9c2a6c629b0f /contrib/crossrpms/mingw32
parentRename libc to newlib. (diff)
downloadrtems-3072c092aa0de3c04246198f62421d8a6494b322.tar.bz2
Delete refs to *-newlib packages in *-gcc.spec.in
Diffstat (limited to 'contrib/crossrpms/mingw32')
-rw-r--r--contrib/crossrpms/mingw32/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/crossrpms/mingw32/Makefile.am b/contrib/crossrpms/mingw32/Makefile.am
index 67b495db87..9ad17c9244 100644
--- a/contrib/crossrpms/mingw32/Makefile.am
+++ b/contrib/crossrpms/mingw32/Makefile.am
@@ -98,7 +98,7 @@ $(TARGET)-gcc.spec.in: $(GCC_SUBPACKAGES) Makefile.am gcc-sources.add
-e "/[@]SOURCES[@]/d" \
-e "s/[@]GCC_VERS[@]/$(GCC_VERS)/g" \
-e "s/[@]GCC_RPMREL[@]/$(GCC_RPMREL)/g" \
- -e "/[@]rpmprefix[@][@]tool_target[@]-libc/d" \
+ -e "/[@]tool_target[@]-newlib/d" \
-e "s,^%define[ ]*_cxx[ ]*1,%define _cxx 0," \
-e "/^%package -n @rpmprefix@@tool_target@-gcc/d" \
-e "s/-n @rpmprefix@@tool_target@-gcc//" \