X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <48EA793E.7090500@iki.fi> Date: Mon, 06 Oct 2008 23:46:54 +0300 From: Andris Pavenis User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Porting Binutils to DJGPP References: <95346810-f8b0-41f4-9981-3e29a6e777c7 AT n33g2000pri DOT googlegroups DOT com> <48E8F6EC DOT 3010407 AT iki DOT fi> <44038552-1d42-49ff-95cf-ecce8e4be5dd AT c36g2000prc DOT googlegroups DOT com> In-Reply-To: <44038552-1d42-49ff-95cf-ecce8e4be5dd@c36g2000prc.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com vivekian wrote: > On Oct 5, 10:18 am, Andris Pavenis wrote: > >> Are You sure binutils-2.18 is not enough? >> >> Building 2.18 for DJGPP is not too difficult. 2.18.50.0.X is worse. >> >> Andris > > One of the features which i need -- support for MOVNTDQA is only > available in gcc 4.3.2 and binutils version 2.18.50.0.3: > http://www.nabble.com/The-Linux-binutils-2.18.50.0.9-is-released-td19124128.html > > Thats the only reason i ask for it else i would be happy with > binutils-2.18 itself. I would then suggest to try 2.18.92 from sources.redhat.com There are several steps to be done for porting: - fixing libeberty build (see how I did it for GCC-4.3.2). You need also autoconf-2.59 for this (exactly that version). gcc-4.3.2 was better in this part. - fixing DJGPP linker scripts (see last available DJGPP ports of binutils or my SRPM package available from ftp://ftp.delorie.com) Andris