This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] gold: fix relocatable sysroot


Committed. Thanks!

-cary


On Mon, Nov 7, 2016 at 4:12 AM,  <loic.yhuel@gmail.com> wrote:
> From: Loïc Yhuel <loic.yhuel@softathome.com>
>
> 2016-11-04  Loïc Yhuel <loic.yhuel@softathome.com>
>
> gold/
>         * configure.ac: add missing '$'.
>         * configure: Regenerate.
> ---
>  gold/configure    | 2 +-
>  gold/configure.ac | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gold/configure b/gold/configure
> index 343a407..a3ed5c9 100755
> --- a/gold/configure
> +++ b/gold/configure
> @@ -3266,7 +3266,7 @@ fi
>
>  sysroot_relocatable=0
>  if test -n "$sysroot"; then
> -  case "sysroot" in
> +  case "$sysroot" in
>      "${prefix}" | "${prefix}/"* | \
>      "${exec_prefix}" | "${exec_prefix}/"* | \
>      '${prefix}' | '${prefix}/'*| \
> diff --git a/gold/configure.ac b/gold/configure.ac
> index de3b630..ff9f1fd 100644
> --- a/gold/configure.ac
> +++ b/gold/configure.ac
> @@ -49,7 +49,7 @@ fi
>
>  sysroot_relocatable=0
>  if test -n "$sysroot"; then
> -  case "sysroot" in
> +  case "$sysroot" in
>      "${prefix}" | "${prefix}/"* | \
>      "${exec_prefix}" | "${exec_prefix}/"* | \
>      '${prefix}' | '${prefix}/'*| \
> --
> 2.9.3
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]