mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +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:
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 is not set
|
||||||
# SUPPORT_LD_DEBUG_EARLY is not set
|
# SUPPORT_LD_DEBUG_EARLY is not set
|
||||||
# UCLIBC_MALLOC_DEBUGGING is not set
|
# UCLIBC_MALLOC_DEBUGGING is not set
|
||||||
|
UCLIBC_HAS_BACKTRACE=y
|
||||||
WARNINGS="-Wall"
|
WARNINGS="-Wall"
|
||||||
# EXTRA_WARNINGS is not set
|
# EXTRA_WARNINGS is not set
|
||||||
# DOMULTI is not set
|
# DOMULTI is not set
|
||||||
@@ -155,3 +156,5 @@ WARNINGS="-Wall"
|
|||||||
# math stuff for perl
|
# math stuff for perl
|
||||||
DO_C99_MATH=y
|
DO_C99_MATH=y
|
||||||
UCLIBC_HAS_LONG_DOUBLE_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.
|
# on whether the base patches apply to the selected (SRCDATE) svn release.
|
||||||
#
|
#
|
||||||
UCLIBC_BASE ?= "0.9.32"
|
UCLIBC_BASE ?= "0.9.32"
|
||||||
SRCREV="251f2266bf24b1b396f59eef60d0acf41fdd02e4"
|
SRCREV="074930dd7f2a18a7013cdb72cc38136f3be39c40"
|
||||||
PR_append = "+gitr${SRCPV}"
|
PR_append = "+gitr${SRCPV}"
|
||||||
|
|
||||||
require uclibc.inc
|
require uclibc.inc
|
||||||
@@ -36,7 +36,6 @@ SRC_URI = "git://uclibc.org/uClibc.git;branch=master;protocol=git \
|
|||||||
file://detect-bx-availibility.patch \
|
file://detect-bx-availibility.patch \
|
||||||
file://remove-eabi-oabi-selection.patch \
|
file://remove-eabi-oabi-selection.patch \
|
||||||
file://powerpc_copysignl.patch \
|
file://powerpc_copysignl.patch \
|
||||||
file://fts-support.patch \
|
|
||||||
file://argp-support.patch \
|
file://argp-support.patch \
|
||||||
file://argp-headers.patch \
|
file://argp-headers.patch \
|
||||||
file://remove_attribute_optimize_Os.patch \
|
file://remove_attribute_optimize_Os.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user