Delete refs to *-sys-root packages in *-gcc.spec.in

This commit is contained in:
Ralf Corsepius
2006-02-21 10:14:30 +00:00
parent 3072c092aa
commit ce3cc41eb5

View File

@@ -62,7 +62,7 @@ $(TARGET)-gcc.spec.in: $(GCC_SUBPACKAGES) Makefile.am gcc-sources.add
-e "/^%package -n @rpmprefix@@tool_target@-gcc/d" \ -e "/^%package -n @rpmprefix@@tool_target@-gcc/d" \
-e "s/-n @rpmprefix@@tool_target@-gcc//" \ -e "s/-n @rpmprefix@@tool_target@-gcc//" \
-e "/--with-sysroot/d" \ -e "/--with-sysroot/d" \
-e "/BuildRequires:.*@tool_target@-sys-root/d" \ -e "/@tool_target@-sys-root/d" \
-e 's,^%define build_newlib.*$$,%define build_newlib 1,' \ -e 's,^%define build_newlib.*$$,%define build_newlib 1,' \
> $(TARGET)-gcc.spec.in > $(TARGET)-gcc.spec.in
CLEANFILES += $(TARGET)-gcc.spec.in CLEANFILES += $(TARGET)-gcc.spec.in