https://sourceware.org/bugzilla/show_bug.cgi?id=34337
--- Comment #5 from Михалицын Петр <pmikhalicin at rutoken dot ru> --- I have the same problem even when --enable-shared passed only: ``` '/usr/bin/bash' '/home/user/.build/aarch64-unknown-linux-gnu/src/binutils/configure' '--build=aarch64-build_unknown-linux-gnu' '--host=aarch64-unknown-linux-gnu' '--target=aarch64-unknown-linux-gnu' '--prefix=/usr' '--disable-werror' '--enable-shared' '--with-pkgversion=crosstool-NG UNKNOWN' '--disable-multilib' '--enable-install-libiberty' ``` btw. I found another solution: crosstool-ng install libraries using this command: ``` 'make' 'DESTDIR=/opt/x-tools/glibc-arm64-gcc15/aarch64-unknown-linux-gnu/sysroot' 'install-libiberty' 'install-bfd' 'install-opcodes' ``` If put 'install-libiberty' at the end of command -- it solves a problem too: 'make' 'DESTDIR=/opt/x-tools/glibc-arm64-gcc15/aarch64-unknown-linux-gnu/sysroot' 'install-bfd' 'install-opcodes' 'install-libiberty' -- You are receiving this mail because: You are on the CC list for the bug.
