Date: Sun, 1 Aug 1999 12:19:09 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp-workers AT delorie DOT com cc: DJ Delorie Subject: Re: Changes in Binutils 2.9.1 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Apropos Binutils, there's a problem with the stub that the build procedure uses: that stub is part of the distribution, so it's always out of date. It would be better if the stub could be generated at build time from whatever DJGPP version that is installed. I did some tests, and it seems that running `od' (from Textutils) on the output of "stubify -g", followed by some simple Sed script to massage `od's output is all we need. Does anybody see any problems with this? How about cross-building: can we rely on `stubify' and `od' to be available then?