> From: Luis Machado via Gcc-patches <gcc-patches@gcc.gnu.org>
> Date: Mon, 11 Jan 2021 15:58:43 +0100

> This seems to have broken the builds on AArch64-Linux Ubuntu 18.04.
> 
> make[2]: Entering directory 'binutils-gdb-master-bionic/libiberty'
> rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
> ar --plugin /usr/lib/gcc/aarch64-linux-gnu/7/liblto_plugin.so rc 
> ./libiberty.a \
>    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o 
> ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o 
> ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o 
> ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o 
> ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o 
> ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o 
> ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o 
> ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o 
> ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o 
> ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o 
> ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o 
> ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o 
> ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o 
> ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o 
> ./xvasprintf.o  ./setproctitle.o
> ar: no operation specified
> Makefile:252: recipe for target 'libiberty.a' failed
> make[2]: *** [libiberty.a] Error 1

Also seen in my binutils autotester testing
a9fd212a2416..af019bfde9b1, for "all" cross-targets
(mmix-knuth-mmixware, cris-axis-linux-gnu, cris-axis-elf) *and*
for native, stock Debian 9 x86_64.

The native build attempt was configured with
<path>/binutils-gdb-git/configure --enable-plugins \
 --disable-gdb --disable-gdbserver --disable-libdecnumber --disable-readline 
--disable-sim \
 --with-sysroot=/ --with-system-zlib --prefix=/usr/local 
--with-local-prefix=/usr/local
and the build failed with "make", as quoted.

brgds, H-P

Reply via email to