[elbe-devel] [PATCH v2 01/22] makofiles environment-setup-elbe.mako: fix GDB variable to gdb-multiarch
Bastian Germann
bage at linutronix.de
Tue Jul 2 16:08:35 CEST 2019
> we install gdb-multiarch into the hohs sysroot, reflect that.
What is hohs? Do you mean host?
>
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
> ---
> elbepack/makofiles/environment-setup-elbe.mako | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/elbepack/makofiles/environment-setup-elbe.mako b/elbepack/makofiles/environment-setup-elbe.mako
> index 597041a47..b758f0117 100644
> --- a/elbepack/makofiles/environment-setup-elbe.mako
> +++ b/elbepack/makofiles/environment-setup-elbe.mako
> @@ -60,7 +60,7 @@ export CXX="${real_multimach_target_sys}-g++ --sysroot=$SDKTARGETSYSROOT"
> export CPP="${real_multimach_target_sys}-gcc -E --sysroot=$SDKTARGETSYSROOT"
> export AS="${real_multimach_target_sys}-as"
> export LD="${real_multimach_target_sys}-ld --sysroot=$SDKTARGETSYSROOT"
> -export GDB=${real_multimach_target_sys}-gdb
> +export GDB=gdb-multiarch
> export STRIP=${real_multimach_target_sys}-strip
> export RANLIB=${real_multimach_target_sys}-ranlib
> export OBJCOPY=${real_multimach_target_sys}-objcopy
>
With the spelling fix applied
Reviewed-by: Bastian Germann <bage at linutronix.de>
More information about the elbe-devel
mailing list