summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-02-07 09:16:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-02-07 09:16:48 +0000
commitc8d8a706ddd3758e1cfd49ae164398e31b8ea64e (patch)
treecdc635090b16dd6488deeaa8ecaf6041204210ce
parentBump GCC_RPMREL. (diff)
downloadrtems-c8d8a706ddd3758e1cfd49ae164398e31b8ea64e.tar.bz2
Add NEWLIB_PKGVERS, NEWLIB_RPMREL.
-rw-r--r--contrib/crossrpms/rtems4.9/gcc.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/crossrpms/rtems4.9/gcc.am b/contrib/crossrpms/rtems4.9/gcc.am
index 887941f135..dff86e18e4 100644
--- a/contrib/crossrpms/rtems4.9/gcc.am
+++ b/contrib/crossrpms/rtems4.9/gcc.am
@@ -29,6 +29,8 @@ $(TARGET)-gcc.spec.in: $(GCC_SUBPACKAGES) Makefile.am $(srcdir)/gcc-sources.add
-e "s/[@]GCC_PKGVERS[@]/$(GCC_PKGVERS)/g" \
-e "s/[@]GCC_RPMREL[@]/$(GCC_RPMREL)/g" \
-e "s/[@]NEWLIB_VERS[@]/$(NEWLIB_VERS)/g" \
+ -e "s/[@]NEWLIB_PKGVERS[@]/$(NEWLIB_PKGVERS)/g" \
+ -e "s/[@]NEWLIB_RPMREL[@]/$(NEWLIB_RPMREL)/g" \
-e "/--with-sysroot/d" \
-e "/[@]tool_target[@]-sys-root/d" \
-e "/[@]tool_target[@]-w32api-sys-root/d" \