diff mbox

PING: Re: [PATCH] small build fix

Message ID CAOfDtXOOVGsr_6wEcJC9uqXYpTtssE9N7Dtk_72kmmpAtk2TPg@mail.gmail.com
State New
Headers show

Commit Message

Robert Millan Jan. 16, 2012, 7:37 p.m. UTC
El 27 de desembre de 2011 12:25, Robert Millan <rmh@gnu.org> ha escrit:
> El 19 de desembre de 2011 21:04, Robert Millan <rmh@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.

Comments

Jakub Jelinek Jan. 16, 2012, 8:18 p.m. UTC | #1
On Mon, Jan 16, 2012 at 07:37:43PM +0000, Robert Millan wrote:
> El 27 de desembre de 2011 12:25, Robert Millan <rmh@gnu.org> ha escrit:
> > El 19 de desembre de 2011 21:04, Robert Millan <rmh@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  <rmh@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
diff mbox

Patch

--- 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