mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -5,12 +5,14 @@
|
||||
################################################################################
|
||||
|
||||
MPDECIMAL_SITE = http://www.bytereef.org/software/mpdecimal/releases
|
||||
MPDECIMAL_VERSION = 2.4.2
|
||||
MPDECIMAL_VERSION = 2.5.1
|
||||
MPDECIMAL_INSTALL_STAGING = YES
|
||||
MPDECIMAL_LICENSE = BSD-2-Clause
|
||||
MPDECIMAL_LICENSE_FILES = LICENSE.txt
|
||||
MPDECIMAL_CONF_OPTS = LD="$(TARGET_CC)"
|
||||
MPDECIMAL_AUTORECONF = YES
|
||||
|
||||
# threads are only needed for tests
|
||||
MPDECIMAL_MAKE_OPTS = MPD_PTHREAD=
|
||||
|
||||
# On i386, by default, mpdecimal tries to uses <fenv.h> which is not
|
||||
# available in musl/uclibc. So in this case, we tell mpdecimal to use
|
||||
@@ -22,4 +24,10 @@ MPDECIMAL_CONF_ENV += MACHINE=ansi32
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_INSTALL_LIBSTDCPP),y)
|
||||
MPDECIMAL_CONF_OPTS += --enable-cxx
|
||||
else
|
||||
MPDECIMAL_CONF_OPTS += --disable-cxx
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user