X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Message-ID: <4659EA22.5010908@iki.fi> Date: Sun, 27 May 2007 23:29:22 +0300 From: Andris Pavenis User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: gcc-4.2.0 References: <46595182 DOT 80902 AT iki DOT fi> <200705271909 DOT l4RJ9kKC011806 AT envy DOT delorie DOT com> In-Reply-To: <200705271909.l4RJ9kKC011806@envy.delorie.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X--MailScanner-Information: Please contact the ISP for more information X--MailScanner: Found to be clean X--MailScanner-From: andris DOT pavenis AT iki DOT fi X-Spam-Status: No Reply-To: djgpp-workers AT delorie DOT com DJ Delorie kirjoitti: >> makemake.c:12: warning: alignment of 'starting_dir' is greater than >> maximum object file alignment. Using 16 > > I've fixed this in the trunk... > > 2007-02-23 DJ Delorie > > * config/i386/i386.c (ix86_data_alignment): Don't specify an > alignment bigger than the object file can handle. > > If this works in 4.2, you can request a back-port on the gcc mailing > list, for 4.2.1. > Thanks, I'll test when rebuild Linux to DJGPP cross-compiler next time. Andris PS: By the way in both gcc and libstdc++-v3 directories ':' is used as separator for vpath. GNU make supports also ' ', which whould not cause problems for DJGPP.