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]

multi-lib with cygnus b18 src?



I'm building a win32 hosted cross-compiler for m68k-coff.  I would like to
compile for the m68008 and m5200 in addition to the standard m68k.  I can
get the m68008 libraries (newlib, etc)  built if I configure using
m68000-coff. I think
that I should be able to build the libraries for all the targets in one
pass, but I can't get it to work.  I tried the following (as well as some 
other variants):

configure --prefix=/gcc-cross/m68k --program-prefix=m68k-
--target=m68k-coff --enable-multilib --enable-m68000 --enable-m5200

This did not generate anything but the standard m68k-coff libraries.  Is
multi-lib disabled in this release of the source, or am I forgetting
something?  Can anyone give me a hint?

Thanks for your help,

Jeff Webb

mustang@eel.ufl.edu