summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-02-18 14:42:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-02-18 14:42:05 +0000
commit38da76eadee2e634db1db189c8f2763e87146605 (patch)
treeef31ad8dedb577ef709a24e39a0512589a677211 /contrib
parentAdd NEWLIB_VERS (diff)
downloadrtems-38da76eadee2e634db1db189c8f2763e87146605.tar.bz2
Switch off _cxx
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/mingw32/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/crossrpms/mingw32/Makefile.am b/contrib/crossrpms/mingw32/Makefile.am
index e2811af244..6eaec0a6e2 100644
--- a/contrib/crossrpms/mingw32/Makefile.am
+++ b/contrib/crossrpms/mingw32/Makefile.am
@@ -112,6 +112,7 @@ $(TARGET)-gcc.spec.in: $(GCC_SUBPACKAGES) Makefile.am gcc-sources.add
-e "s,[@]rpmprefix[@],$(rpmprefix),g" \
-e "s,rtems[@]osversion[@],rtems,g" \
-e "s,[@]tool_target[@]-libc,@tool_target@-sys-root,g" \
+ -e "s,^%define[ ]*_cxx[ ]*1,%define _cxx 0," \
-e "s,[=<][ ]*%{newlib_version}-%{release},," \
-e "/^%package -n @rpmprefix@@tool_target@-gcc/d" \
-e "s/-n @rpmprefix@@tool_target@-gcc//" \