mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
arm-mem: use for all arm-based builds
This commit is contained in:
parent
e19777028e
commit
23b1fa6b08
@ -14,7 +14,7 @@ PKG_DEPENDS_INIT="toolchain arm-mem"
|
|||||||
PKG_LONGDESC="arm-mem is a ARM-accelerated versions of selected functions from string.h"
|
PKG_LONGDESC="arm-mem is a ARM-accelerated versions of selected functions from string.h"
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
if [ "$DEVICE" = "RPi2" -o "$DEVICE" = "Slice3" ] ; then
|
if target_has_feature neon; then
|
||||||
PKG_LIB_ARM_MEM="libarmmem-v7l.so"
|
PKG_LIB_ARM_MEM="libarmmem-v7l.so"
|
||||||
else
|
else
|
||||||
PKG_LIB_ARM_MEM="libarmmem-v6l.so"
|
PKG_LIB_ARM_MEM="libarmmem-v6l.so"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="libc"
|
PKG_NAME="libc"
|
||||||
PKG_VERSION=""
|
PKG_VERSION=""
|
||||||
@ -11,7 +12,7 @@ PKG_DEPENDS_INIT="toolchain glibc:init"
|
|||||||
PKG_SECTION="virtual"
|
PKG_SECTION="virtual"
|
||||||
PKG_LONGDESC="Meta package for installing various tools and libs needed for libc"
|
PKG_LONGDESC="Meta package for installing various tools and libs needed for libc"
|
||||||
|
|
||||||
if [ "$BOOTLOADER" = "bcm2835-bootloader" ]; then
|
if [ "${TARGET_ARCH}" = "arm" ]; then
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET arm-mem"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET arm-mem"
|
||||||
PKG_DEPENDS_INIT="$PKG_DEPENDS_INIT arm-mem:init"
|
PKG_DEPENDS_INIT="$PKG_DEPENDS_INIT arm-mem:init"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user