Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MUSL_VERSION = 1.1.12
|
||||
MUSL_VERSION = 1.1.15
|
||||
MUSL_SITE = http://www.musl-libc.org/releases
|
||||
MUSL_LICENSE = MIT
|
||||
MUSL_LICENSE_FILES = COPYRIGHT
|
||||
@@ -13,16 +13,24 @@ MUSL_LICENSE_FILES = COPYRIGHT
|
||||
# cross-compiler and the kernel headers
|
||||
MUSL_DEPENDENCIES = host-gcc-initial linux-headers
|
||||
|
||||
# musl does not provide a sys/queue.h implementation, so add the
|
||||
# netbsd-queue package that will install a sys/queue.h file in the
|
||||
# staging directory based on the NetBSD implementation.
|
||||
MUSL_DEPENDENCIES += netbsd-queue
|
||||
# musl does not provide an implementation for sys/queue.h or sys/cdefs.h.
|
||||
# So, add the musl-compat-headers package that will install those files,
|
||||
# into the staging directory:
|
||||
# sys/queue.h: header from NetBSD
|
||||
# sys/cdefs.h: minimalist header bundled in Buildroot
|
||||
MUSL_DEPENDENCIES += musl-compat-headers
|
||||
|
||||
# musl is part of the toolchain so disable the toolchain dependency
|
||||
MUSL_ADD_TOOLCHAIN_DEPENDENCY = NO
|
||||
|
||||
MUSL_INSTALL_STAGING = YES
|
||||
|
||||
# Thumb build is broken, build in ARM mode, since all architectures
|
||||
# that support Thumb1 also support ARM.
|
||||
ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
|
||||
MUSL_EXTRA_CFLAGS += -marm
|
||||
endif
|
||||
|
||||
define MUSL_CONFIGURE_CMDS
|
||||
(cd $(@D); \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
|
||||
Reference in New Issue
Block a user