mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
41498af0df
gensio needs atomic since bump to version 2.0.1 in commit0f8d4a6ecd
and5528267b54
: /nvmedata/autobuild/instance-7/output-1/per-package/gensio/host/bin/../lib/gcc/arc-buildroot-linux-uclibc/11.3.0/../../../../arc-buildroot-linux-uclibc/bin/ld: ../lib/.libs/libgensio.a(gensio_osops.o): in function `gensio_addr_dup': gensio_osops.c:(.text+0x1558): undefined reference to `__atomic_fetch_add_4' Fixes: - http://autobuild.buildroot.org/results/229e4bd1ba1787953899875ab56721c9609f035a Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
config BR2_PACKAGE_GENSIO
|
|
bool "gensio"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_TOOLCHAIN_HAS_ATOMIC
|
|
help
|
|
A library to abstract stream I/O like serial port, TCP,
|
|
telnet, UDP, SSL, IPMI SOL, etc.
|
|
|
|
https://github.com/cminyard/gensio
|