Re: Build problems on arm-linux-gnueabihf

2014-05-28 Thread Jan Hubicka
> > Thanks ! > > Unfortunately this is not the only bug at the time. > > see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61331 > > which is even more painful... > > I can currently only build anything if I do this: > > svn diff -r210963:210965 | patch -p0 -R thanks! I will regtest and go ah

RE: Build problems on arm-linux-gnueabihf

2014-05-28 Thread Bernd Edlinger
Hi, On Wed, 28 May 2014 22:36:17, Jan Hubicka wrote: > > On the other hand, the alias created ought to inherit properties form its > target, so yes, we probably want to copy flags that matters, including > DECL_THREAD_LOCAL_P. We however should not copy DECL_INITIAL - we never have > constructors

Re: Build problems on arm-linux-gnueabihf

2014-05-28 Thread Jan Hubicka
> > When I debug and set a breakpoint in varasm.c line 314 it looks as if > the flag SECTION_RELRO is different. This flag is set in I see, it is the same message, but different reason from AIX. > categorize_decl_for_section where it depends on > TREE_CODE(decl), and if it is a VAR_DECL also on

Build problems on arm-linux-gnueabihf

2014-05-28 Thread Bernd Edlinger
Honza, I try to build this configuration: ../gcc-trunk/configure --prefix=/home/ed/gnu/arm-linux-gnueabihf-linux64 --target=arm-linux-gnueabihf --enable-languages=c,c++,fortran,ada --with-arch=armv7-a --with-tune=cortex-a9 --with-fpu=vfpv3-d16 --with-float=hard but make fails: libtool: compil