From: jih-shin ho Subject: Re: Binutils-2.2 binary To: djgpp AT sun DOT soe DOT clarkson DOT edu (djgpp) Date: Fri, 21 May 93 12:54:28 EAT > > Hi: > I build binutils-2.2 using cross-compiler(gcc-2.4.0) on HP 9000/710. >I have uploaded the binary files to omnigate.clarkson.edu(/pub/msdos/djgpp/pub) >. I test them on my PC and they work fine. >I configure binutils-2.2 with the following command: > > configure --with-minimal-bfd=yes --target=i386-ibm-go32 --host=hp9k700 The above configuration is for cross-executable files(run on HP 9000/710). For executable files(in binutl22.zip) that can run on PC, I use : configure --with-minimal-bfd=yes --host=i386-ibm-go32 -- Jih-Shin Ho