On Mon, 14 Dec 2020, Segher Boessenkool wrote: >> + powerpc*le-*-*) >> + tm_file="${tm_file} rs6000/sysv4le.h" ;; >> + esac > What an obvious filename ;-)
;-) > The patch looks fine. Okay for trunk. Also okay for any backports you > want (after waiting to see if it creates problems on trunk, as usual). Thank you! Segher doesn't have write access, and usually I'd help out, alas autoconf in GCC-land and me are, um, slightly divergent. Any chance (one of you) can help and commit this? To make this easier, I've created a proposal for a full ChangeLog entry. :-) 2020-12-15 Piotr Kubaj <pku...@freebsd.org> * config.gcc (powerpc*le-*-freebsd*): Add. * configure.ac (powerpc*le-*-freebsd*): Ditto. * config/rs6000/freebsd64.h (ASM_SPEC_COMMON): Use ENDIAN_SELECT. (DEFAULT_ASM_ENDIAN): Add little endian support. (LINK_OS_FREEBSD_SPEC64): Ditto. Thank you, Gerald