Richard Biener changed bug 1152590
What Removed Added
CC   matz@suse.com, schwab@suse.com

Comment # 2 on bug 1152590 from
[  817s] objcopy: Unable to recognise the format of the input file
`/home/abuild/rpmbuild/BUILDROOT/cross-avr-gcc9-9.2.1+r275327-1.1.x86_64/usr/lib64/gcc/avr/9/tiny-stack/libgcc.a(_satfractHQUTA.o)'
...

my (Leap 15.2) objcopy has

objcopy: supported targets: elf64-x86-64 elf32-i386 elf32-iamcu elf32-x86-64
pei-i386 pei-x86-64 elf64-l1om elf64-k1om elf64-little elf64-big elf32-little
elf32-big elf64-littleaarch64 elf64-bigaarch64 elf32-littleaarch64
elf32-bigaarch64 elf32-littlearm elf32-bigarm elf64-alpha ecoff-littlealpha
elf32-littlearm-fdpic elf32-bigarm-fdpic elf32-hppa-linux elf32-hppa
elf64-hppa-linux elf64-hppa elf64-ia64-little elf64-ia64-big pei-ia64
elf32-m68k elf32-tradbigmips elf32-tradlittlemips ecoff-bigmips
ecoff-littlemips elf32-ntradbigmips elf64-tradbigmips elf32-ntradlittlemips
elf64-tradlittlemips elf32-powerpc aixcoff-rs6000 elf32-powerpcle ppcboot
elf64-powerpc elf64-powerpcle aixcoff64-rs6000 aix5coff64-rs6000
elf64-littleriscv elf32-littleriscv elf32-s390 elf64-s390 elf32-sh-linux
elf32-shbig-linux elf32-sh-fdpic elf32-shbig-fdpic elf32-sparc elf64-sparc
elf32-xtensa-le elf32-xtensa-be xcoff-powermac mach-o-be mach-o-le mach-o-fat
pef pef-xlib sym elf32-spu pe-x86-64 pe-bigobj-x86-64 pe-i386 plugin srec
symbolsrec verilog tekhex binary ihex

which means no avr.  Our binutils are configured with
--enable-targets=aarch64-suse-linux,alpha-suse-linux,armv5l-suse-linux,armv6l-suse-linux,armv7l-suse-linux,armv8l-suse-linux,hppa-suse-linux,hppa64-suse-linux,i686-suse-linux,ia64-suse-linux,m68k-suse-linux,mips-suse-linux,powerpc-suse-linux,powerpc64-suse-linux,powerpc64le-suse-linux,riscv64-suse-linux,s390-suse-linux,s390x-suse-linux,sh4-suse-linux,sparc-suse-linux,sparc64-suse-linux,x86_64-suse-linux,xtensa-suse-linux,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep 

lacking avr (not sure why we not simply do --enable-targets=all).

Micha? Andreas?  Adding avr to this list is easy (we should at least have
all enabled that we build cross-binutils packages for I guess, epiphany
is also missing).


You are receiving this mail because: