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: Cross Compiler for m68k


>After installing the source for gcc and binutils and untar them below
>/usr/src I start to build binutils. I type the following as specified in the
>HOWTO,
>
>%  ./configure --host=i[345]86-linux --prefix=/usr \
>    --enable-target=i[345]86-linux,m68k-linux --enable-shared
>

The notation [345] means pick one of those letters. Thus

./configure --host=i386-linux...

would be one correct choice.