[Bug 1220] New: GCC_PKGVERS not handled by mingw32/gcc.am

rtems-bugs at rtems.org rtems-bugs at rtems.org
Fri Feb 23 02:31:26 UTC 2007


http://www.rtems.org/bugzilla/show_bug.cgi?id=1220

           Summary: GCC_PKGVERS not handled by mingw32/gcc.am
           Product: Tools
           Version: unspecified
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: CrossRPM
        AssignedTo: ralf.corsepius at rtems.org
        ReportedBy: chrisj at rtems.org


The rtems4.8/gcc.am has been changed to handle GCC_PKGVERS. Building MinGW
tools with rtems4.8 fails with a package SOURCE not found relating to this
label.

I can have changed the mingw/gcc.am file, how-ever cygwin and maybe others may
need changing.

Is this patch ok to commit (cut-n-pasted) ?

Index: gcc.am
===================================================================
RCS file: /usr1/CVS/rtems/contrib/crossrpms/mingw32/gcc.am,v
retrieving revision 1.1
diff -u -r1.1 gcc.am
--- gcc.am      14 Jul 2006 06:04:51 -0000      1.1
+++ gcc.am      23 Feb 2007 02:30:23 -0000
@@ -24,6 +24,7 @@
          -e "/[@]PREP[@]/r $(srcdir)/../gcc-prep.add" \
          -e "/[@]PREP[@]/d" \
          -e "s/[@]GCC_VERS[@]/$(GCC_VERS)/g" \
+         -e "s/[@]GCC_PKGVERS[@]/$(GCC_PKGVERS)/g" \
          -e "s/[@]GCC_RPMREL[@]/$(GCC_RPMREL)/g" \
          -e "/[@]tool_target[@]-newlib/d" \
          > $(TARGET)-gcc.spec.in


-- 
Configure bugmail: http://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



More information about the bugs mailing list