[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Bug in `ld/genscripts.sh'.
From: |
Alan Modra |
Subject: |
Re: [PATCH] Bug in `ld/genscripts.sh'. |
Date: |
Mon, 12 Nov 2001 10:24:08 +1030 |
User-agent: |
Mutt/1.3.17i |
On Tue, Nov 06, 2001 at 04:57:56PM +0100, Alfred M. Szmidt wrote:
>
> There is a bug that gets triggered when configuring `binutils' with --prefix=
> (this used on GNU/Hurd),
That's a bit weird, and will surely break other things. Oh well, your
patch is technically correct. Applying to mainline.
> `exec_prefix' in `ld/genscripts.sh' gets feed an wrong
> number of arguments. The argument list should be 9 but as `exec_prefix' is
> empty it will be 8, resulting in `ld/genscripts.sh' failing.
>
> This patch will just put quotes around `${exec_prefix}' in `ld/Makefile.am',
> thus fixing the bug.