Created attachment 449762 [details] the Makefile mentioned It fails at (all is in the attachments): checking for struct tms... yes checking for clock_t... yes checking for F_SETLKW... yes checking if mkdir takes one argument... no *** Configuration arm-unknown-linux-gnu not supported make[1]: *** [Makefile:4046: configure-gcc] Error 1 make[1]: Leaving directory '/var/tmp/portage/cross-arm-unknown-linux-gnu/gcc-5.4.0/work/build' make: *** [Makefile:853: all] Error 2 * ERROR: cross-arm-unknown-linux-gnu/gcc-5.4.0::miro failed (compile phase): * emake failed * [fails at] line 4046. The Makefile attached, lines 4042-4053 of which are: .PHONY: configure-gcc maybe-configure-gcc maybe-configure-gcc: maybe-configure-gcc: configure-gcc configure-gcc: @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ test ! -f $(HOST_SUBDIR)/gcc/Makefile || exit 0; \ $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gcc ; \ $(HOST_EXPORTS) \ echo Configuring in $(HOST_SUBDIR)/gcc; \ cd "$(HOST_SUBDIR)/gcc" || exit 1; \ case $(srcdir) in \ That is: /var/tmp/portage/cross-arm-unknown-linux-gnu/gcc-5.4.0/work/build/Makefile included as Makefile.xz (Not that I have any more of a clue then where it fails...). It fails consistently. Tried three times over. This is the most recent try, after update of the system. All the necessary attachments to follow.
Created attachment 449764 [details] energe --info
Created attachment 449766 [details] emerge -pqv
Created attachment 449768 [details] cross-arm-unknown-linux-gnu-info.log
Created attachment 449770 [details] gcc-build-logs.tar.bz2
Created attachment 449772 [details] cross-arm-unknown-linux-gnu-gcc-stage1.log.xz
*** Bug 598094 has been marked as a duplicate of this bug. ***
arm-linux-gnu is OABI which is deprecated. use arm-linux-gnueabi to get EABI.