[Buildroot] [PATCH 4/6] gcc: remove occurrence of eglibc

Romain Naour romain.naour at gmail.com
Mon Jun 13 20:00:22 UTC 2016


Hi Thomas,

Le 08/06/2016 à 23:40, Thomas Petazzoni a écrit :
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>

Reviewed-by: Romain Naour <romain.naour at gmail.com>

Best regards,
Romain

> ---
>  package/gcc/gcc-final/gcc-final.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/gcc/gcc-final/gcc-final.mk b/package/gcc/gcc-final/gcc-final.mk
> index 721f4c8..78ceeba 100644
> --- a/package/gcc/gcc-final/gcc-final.mk
> +++ b/package/gcc/gcc-final/gcc-final.mk
> @@ -115,7 +115,7 @@ HOST_GCC_FINAL_POST_INSTALL_HOOKS += HOST_GCC_INSTALL_WRAPPER_AND_SIMPLE_SYMLINK
>  
>  # In gcc 4.7.x, the ARM EABIhf library loader path for glibc was not
>  # correct, so we create a symbolic link to make things work
> -# properly. eglibc installs the library loader as ld-linux-armhf.so.3,
> +# properly. glibc installs the library loader as ld-linux-armhf.so.3,
>  # but gcc creates binaries that reference ld-linux.so.3.
>  ifeq ($(BR2_arm)$(BR2_ARM_EABIHF)$(BR2_GCC_VERSION_4_7_X)$(BR2_TOOLCHAIN_USES_GLIBC),yyyy)
>  define HOST_GCC_FINAL_LD_LINUX_LINK
> 




More information about the buildroot mailing list