On 22 June 2013 03:10, Richard Henderson <r...@twiddle.net> wrote:
> +  ldflags="$ldflags $textseg_ldflags"
>  fi
>
>  echo "LDFLAGS+=$ldflags" >> $config_target_mak

Should we really be putting this in LDFLAGS? That seems
likely to end up getting accidentally applied in places
where we don't want it (helper binaries, etc). It seems
like it would be more robust to have it in a special
variable which we only ever explicitly apply to linking
the foo-linux-user binary.

thanks
-- PMM

Reply via email to