mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
uclibc_git.bb: Enable backtrace and fenv
Upgrade to latest snapshot to bring in libubacktrace and enable it since e-wm needs it. Also enable fenv to compiler target gcc. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
ed97b15306
commit
d1742c8a96
File diff suppressed because it is too large
Load Diff
@ -147,6 +147,7 @@ UCLIBC_EXTRA_CFLAGS=""
|
||||
# SUPPORT_LD_DEBUG is not set
|
||||
# SUPPORT_LD_DEBUG_EARLY is not set
|
||||
# UCLIBC_MALLOC_DEBUGGING is not set
|
||||
UCLIBC_HAS_BACKTRACE=y
|
||||
WARNINGS="-Wall"
|
||||
# EXTRA_WARNINGS is not set
|
||||
# DOMULTI is not set
|
||||
@ -155,3 +156,5 @@ WARNINGS="-Wall"
|
||||
# math stuff for perl
|
||||
DO_C99_MATH=y
|
||||
UCLIBC_HAS_LONG_DOUBLE_MATH=y
|
||||
UCLIBC_HAS_FENV=y
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
# on whether the base patches apply to the selected (SRCDATE) svn release.
|
||||
#
|
||||
UCLIBC_BASE ?= "0.9.32"
|
||||
SRCREV="251f2266bf24b1b396f59eef60d0acf41fdd02e4"
|
||||
SRCREV="074930dd7f2a18a7013cdb72cc38136f3be39c40"
|
||||
PR_append = "+gitr${SRCPV}"
|
||||
|
||||
require uclibc.inc
|
||||
@ -36,7 +36,6 @@ SRC_URI = "git://uclibc.org/uClibc.git;branch=master;protocol=git \
|
||||
file://detect-bx-availibility.patch \
|
||||
file://remove-eabi-oabi-selection.patch \
|
||||
file://powerpc_copysignl.patch \
|
||||
file://fts-support.patch \
|
||||
file://argp-support.patch \
|
||||
file://argp-headers.patch \
|
||||
file://remove_attribute_optimize_Os.patch \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user