[oe] [meta-networking][PATCH] squid: disable gnu atomic operations for mipsel

Huang, Jie (Jackie) Jackie.Huang at windriver.com
Wed Nov 2 06:33:57 UTC 2016



> -----Original Message-----
> From: openembedded-devel-bounces at lists.openembedded.org [mailto:openembedded-devel-
> bounces at lists.openembedded.org] On Behalf Of jackie.huang at windriver.com
> Sent: Wednesday, November 02, 2016 2:19 PM
> To: openembedded-devel at lists.openembedded.org
> Subject: [oe] [meta-networking][PATCH] squid: disable gnu atomic operations for mipsel
> 
> From: Jackie Huang <jackie.huang at windriver.com>
> 
> Disable GNU atomic operations for mipsel since it's
> not supportted.

s/supportted/supported/

Sorry for the typo, fixed and v2 will be sent.

Thanks,
Jackie

> 
> Refer to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56300:
> 
>   There is no hardware support for 8 bytes atomic operations on
>   32-bit MIPS targets.
> 
> Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
> ---
>  meta-networking/recipes-daemons/squid/squid_3.5.20.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-networking/recipes-daemons/squid/squid_3.5.20.bb b/meta-networking/recipes-
> daemons/squid/squid_3.5.20.bb
> index 364d00e..fc7f768 100644
> --- a/meta-networking/recipes-daemons/squid/squid_3.5.20.bb
> +++ b/meta-networking/recipes-daemons/squid/squid_3.5.20.bb
> @@ -38,6 +38,7 @@ USERADD_PARAM_${PN} = "--system --no-create-home --home-dir
> /var/run/squid --she
> 
>  PACKAGECONFIG ??= "${@bb.utils.contains('TARGET_ARCH', 'powerpc', 'noatomics', '', d)} \
>                     ${@bb.utils.contains('TARGET_ARCH', 'mips', 'noatomics', '', d)} \
> +                   ${@bb.utils.contains('TARGET_ARCH', 'mipsel', 'noatomics', '', d)} \
>                     ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \
>                    "
>  PACKAGECONFIG[libnetfilter-conntrack] = "--with-netfilter-conntrack=${includedir}, --without-
> netfilter-conntrack, libnetfilter-conntrack"
> --
> 2.8.3
> 
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list