On Sat, May 2, 2020 at 2:59 AM Andreas M?ller wrote: > On Sat, May 2, 2020 at 7:26 AM Khem Raj wrote: > > > > fails on mips > > > > https://errors.yoctoproject.org/Errors/Details/409858/ > > > > I think you need to perhaps link with -latomic on mips > In other recipes adding -latomic it is usually not only for mips but e-g > > | meta-networking/recipes-daemons/squid/squid_4.9.bb: > LDFLAGS_append_mipsarch > = " -latomic" > | meta-networking/recipes-daemons/squid/squid_4.9.bb: > LDFLAGS_append_powerpc > = " -latomic" > | meta-networking/recipes-daemons/squid/squid_4.9.bb: > LDFLAGS_append_riscv64 > = " -latomic" > | meta-networking/recipes-daemons/squid/squid_4.9.bb: > LDFLAGS_append_riscv32 > = " -latomic" > > Do you still have this patch in - so we can see if other arches fail > for same reason? I guess all of them will mostly need them too but for now let’s fix mips atleast > > > Andreas > >