Date: Thu, 10 Dec 1998 11:08:39 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Andris Pavenis cc: DJ Delorie , djgpp AT delorie DOT com, Leonid Pauzner , "K.B. Williams" Subject: Re: DJGPP 2.02 fails immediately on FPU-less machine ! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 10 Dec 1998, Andris Pavenis wrote: > Tried to build djlsr202 with egcs-1.1.1 cross-compiler under > Linux (I only had to patch coff.h to workaround well known Linux problem > with _POSIX_SOURCE). I got right signature of emu387.dxe (DXE1) not > reversed as in distributed binary archive. That was Linux on an Intel machine, right? If so, then the byte-reversing function is a no-op, like in DOS/Windows. DJ's machine is big-endian (I think), and the function should actually do some work there.