On 2015.03.10 at 17:58 +1030, Alan Modra wrote: > On Tue, Mar 10, 2015 at 07:13:48AM +0100, Markus Trippelsdorf wrote: > > This patch breaks the build on ppc64le: > > Works for me with your configure options. > > > trippels@gcc2-power8 gcc_build_dir % ../gcc/configure --with-cpu=power8 > > --disable-libsanitizer --disable-bootstrap --disable-libstdcxx-pch > > --disable-libvtv --disable-libitm --disable-libcilkrts --disable-libssp > > --disable-libgomp --disable-werror --disable-multilib > > --enable-languages=c,c++ > > At a guess, you're trying to build without glibc installed. If so, > you'll also need --disable-shared. I'm a bit surprised if you could > do that before my patch.
No, glibc is installed. > > There is a ppc64le compile farm machine available @gcc2-2-power8.osuosl.org. > > I would be greedy to load the compile farm when I can use internal IBM > machines. :) I mentioned the machine, because it runs Fedora 21 and you have tested only on Ubuntu. -- Markus