This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

m68k no longer supported?


Hello,

I am tying to build binutils for m68k-unknown-elf. I am configuring it like
this:

 cd $BUILDDIR
 $SRCDIR/binutils-2.20/configure --prefix=/usr/local/crossgcc \
   --enable-install-libbfd --enable-languages=c --enable-targets=m68k-ieee \
   --with-gnu-ld --with-gnu-as --with-newlib --with-stabs \
   --enable-commonbfdlib --nfp --gas -v --target=m68k-unknown-elf \
   --disable-werror

and I get this error:

 creating libtool
 updating cache ./config.cache
 configure: loading cache ./config.cache
 Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes
 checking whether byte ordering is bigendian... no
 This target is no longer supported in gas
 make[1]: *** [configure-gas] Error 1
 make[1]: Leaving directory `/m/a/tmp/builds/crossgcc/build/binutils'
 make: *** [all] Error 2

I checked older versions and found that this error appears since 2.17, while
2.16 worked fine. In the changelog I could not find a notice that m68k-elf
is no longer supported.

Any ideas?


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