Re: Always define USE_PT_GNU_EH_FRAME in crtstuff.c for glibc

2012-08-18 Thread Ian Lance Taylor
On Sat, Aug 18, 2012 at 3:50 AM, Joseph S. Myers wrote: > > 2012-08-18 Joseph Myers > > * crtstuff.c (USE_PT_GNU_EH_FRAME): Define for systems using glibc > even if inhibit_libc. This is OK. Thanks. Ian

Re: Always define USE_PT_GNU_EH_FRAME in crtstuff.c for glibc

2012-08-18 Thread Joseph S. Myers
On Sat, 18 Aug 2012, Ian Lance Taylor wrote: > Looking at the #if just before this one, it looks like you've omitted > the checks for a version of glibc before 2.2.2. Also I'm not sure how > this will play out with uClibc: it seems like it might always turn on > USE_PT_GNU_EH_FRAME, which might o

Re: Always define USE_PT_GNU_EH_FRAME in crtstuff.c for glibc

2012-08-17 Thread Ian Lance Taylor
On Fri, Aug 17, 2012 at 3:14 PM, Joseph S. Myers wrote: > Bootstrapping cross toolchains using glibc is an unduly complicated > process involving multiple GCC builds and sometimes multiple glibc > builds or glibc header installs. > > Something like the ideal bootstrap process is described at >

Always define USE_PT_GNU_EH_FRAME in crtstuff.c for glibc

2012-08-17 Thread Joseph S. Myers
Bootstrapping cross toolchains using glibc is an unduly complicated process involving multiple GCC builds and sometimes multiple glibc builds or glibc header installs. Something like the ideal bootstrap process is described at . I put som