From 6355f045f75914a39bdd26b513b7e3d178e3fe69 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 1 Mar 2006 16:43:29 +0000 Subject: Remove --sysroot --- contrib/crossrpms/rtems/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/crossrpms/rtems/Makefile.am b/contrib/crossrpms/rtems/Makefile.am index 281e7e651c..2a9c9539fb 100644 --- a/contrib/crossrpms/rtems/Makefile.am +++ b/contrib/crossrpms/rtems/Makefile.am @@ -26,6 +26,7 @@ $(TARGET)-binutils.spec.in: $(BINUTILS_SUBPACKAGES) Makefile.am binutils-sources -e "/[@]SOURCES[@]/d" \ -e "s/[@]BINUTILS_VERS[@]/$(BINUTILS_VERS)/g" \ -e "s/[@]BINUTILS_RPMREL[@]/$(BINUTILS_RPMREL)/g" \ + -e "/--with-sysroot/d" \ > $(TARGET)-binutils.spec.in CLEANFILES += $(TARGET)-binutils.spec.in @@ -35,7 +36,8 @@ CLEANFILES += @rpmprefix@$(TARGET)-binutils.spec noinst_DATA += @rpmprefix@$(TARGET)-binutils.spec -GCC_VERS = 4.0.2 +# GCC_VERS = 4.0.2 +GCC_VERS = 4.1.0-20060223 GCC_RPMREL = @VERSION@ NEWLIB_VERS = 1.14.0 -- cgit v1.2.3