On Mon, Jan 16, 2012 at 07:37:43PM +0000, Robert Millan wrote: > El 27 de desembre de 2011 12:25, Robert Millan <r...@gnu.org> ha escrit: > > El 19 de desembre de 2011 21:04, Robert Millan <r...@gnu.org> ha escrit: > >> This small patch fixes a build regression on GNU/kFreeBSD. > > > > Ping! > > Ping again. Please note that Gerald Pfeifer has volunteered to commit > the patch once it is approved.
Ok. > 2011-12-19 Robert Millan <r...@gnu.org> > > Fix build regression on GNU/kFreeBSD. > > * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro. > > --- a/src/gcc/config/kfreebsd-gnu.h~ 2011-07-21 17:31:44.000000000 +0200 > +++ b/src/gcc/config/kfreebsd-gnu.h 2011-12-19 20:20:26.961301396 +0100 > @@ -33,3 +33,4 @@ > #define GNU_USER_DYNAMIC_LINKER GLIBC_DYNAMIC_LINKER > #define GNU_USER_DYNAMIC_LINKER32 GLIBC_DYNAMIC_LINKER32 > #define GNU_USER_DYNAMIC_LINKER64 GLIBC_DYNAMIC_LINKER64 > +#define GNU_USER_DYNAMIC_LINKERX32 GLIBC_DYNAMIC_LINKERX32 Jakub