X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=KmCAOatdxhhUNvqDUbtpYUJB1VLzxfcT2O/aG0W8rOU=; b=cTKAUF97mZfBIKx6bvAJNwLz9GB7r/Dd4//4bvEp8/pu7ltts5GTO9tQlBobZipZl5 VPKZJq+wLYXZyN01Rx7r/lyK6LL8o2peaJ7apZHZB6E+GS0Dah2QwuNfelFTRVWbiC/O uzd1Xz/sVxqz8OiXT0Ni/+fS110Ps3NS/dUWY= MIME-Version: 1.0 In-Reply-To: <4E0D63E2.6080306@iki.fi> References: <201106302033 DOT p5UKXXxE000309 AT envy DOT delorie DOT com> <4E0D63E2 DOT 6080306 AT iki DOT fi> Date: Fri, 1 Jul 2011 09:47:35 +0300 Message-ID: Subject: Re: BinUtils (miscellaneous) From: Ozkan Sezer To: djgpp-workers AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p616ljgb015960 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, Jul 1, 2011 at 9:06 AM, Andris Pavenis wrote: > On 06/30/2011 11:33 PM, DJ Delorie wrote: >>> >>>    (Note to DJ: I know you're probably VERY busy, and I think even an >>> email or two to you bounced recently, ugh. So feel free to ignore >>> this. And yes I see your online compiler thingy hack is offline too, >>> heh.) >> >> Yeah, I upgraded delorie.com and a few things stopped working.  I need >> to build a newer compiler anyway, I think that one is still gcc 2.7 ! > > Not as I really use online compiler feature, but my cross-compiler > RPMs (all latest versions including not yet announced 4.6.1) is > expected to work without problems in Linux distribution installed > currently on delorie.com. So hopefully there is no need to build a > new cross-compiler as one can simply install RPM packages. > A little side tracking: Andris: I'm using your src rpms as a reference for my own djgpp stuff. However I wonder what is the purpose of djcross-binutils-coffcode.diff ? It conditionally defines COFF_PAD_SECTION_HEADERS and compiles some extra code, however __MSDOS__ is never defined and the code is never compiled. Am I missing something? -- O.S.