Browse Source

liburcu: Do not build on ARC

Not supported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 6 years ago
parent
commit
5caa5d0a79
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/liburcu/Makefile

+ 1
- 1
libs/liburcu/Makefile View File

@ -31,7 +31,7 @@ define Package/liburcu
CATEGORY:=Libraries
TITLE:=User-space Read-Copy-Update library
URL:=https://lttng.org/
DEPENDS:=+libpthread
DEPENDS:=+libpthread @!arc
endef
define Package/liburcu/description


Loading…
Cancel
Save