mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 18:07:43 +00:00
musl: bump to version 1.1.4
The gcc 4.9.x breakage is now handled by musl itself. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
a3b88f44af
commit
4846cf487d
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
MUSL_VERSION = 1.1.3
|
MUSL_VERSION = 1.1.4
|
||||||
MUSL_SITE = http://www.musl-libc.org/releases
|
MUSL_SITE = http://www.musl-libc.org/releases
|
||||||
MUSL_LICENSE = MIT
|
MUSL_LICENSE = MIT
|
||||||
MUSL_LICENSE_FILES = COPYRIGHT
|
MUSL_LICENSE_FILES = COPYRIGHT
|
||||||
@ -18,12 +18,6 @@ MUSL_ADD_TOOLCHAIN_DEPENDENCY = NO
|
|||||||
|
|
||||||
MUSL_INSTALL_STAGING = YES
|
MUSL_INSTALL_STAGING = YES
|
||||||
|
|
||||||
# gcc constant folding bug with weak aliases workaround
|
|
||||||
# See http://www.openwall.com/lists/musl/2014/05/15/1
|
|
||||||
ifeq ($(BR2_GCC_VERSION_4_9_X),y)
|
|
||||||
MUSL_EXTRA_CFLAGS += -fno-toplevel-reorder
|
|
||||||
endif
|
|
||||||
|
|
||||||
# We need to run the musl configure script prior to building the
|
# We need to run the musl configure script prior to building the
|
||||||
# gcc-intermediate, so that we can call the install-headers step and
|
# gcc-intermediate, so that we can call the install-headers step and
|
||||||
# get the crt<X>.o built. However, we need to call it again after
|
# get the crt<X>.o built. However, we need to call it again after
|
||||||
|
Loading…
x
Reference in New Issue
Block a user