This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: host:linux, target:mips-elf


   Date: Wed, 13 Aug 1997 11:34:35 +0900
   From: gyoung yun cho <gycho@dolphin.pknu.ac.kr>

   host=i386-*-linux

Don't do this.  Use i386-linux [modulo whatever the proper o/s name is].

   target=mips-elf

   ../gcc-2.7.2.1/configure --host=$host --target=$target --prefix=$prefix -v

add --with-gnu-as --with-gnu-ld
[--with-gnu-ld may not be needed, but it doesn't hurt to add it]