]> code.ossystems Code Review - openembedded-core.git/commit
libgcc-initial: Do not build fp128 to decimal ppc functions
authorKhem Raj <raj.khem@gmail.com>
Tue, 30 Mar 2021 21:30:19 +0000 (14:30 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 May 2021 14:23:44 +0000 (15:23 +0100)
commit7883b4c1384fe30066072f39e9a930be537bc3b4
tree8dfd20dd3662f4d30de7d0f9949e44eec3f51716
parent1e5b73f068cfe709bf7188ed3fff46a391b89897
libgcc-initial: Do not build fp128 to decimal ppc functions

These functions depend on glibc headers e.g.
stdlib.h/fenv.h/string.h/stdio.h which do not exist when building
lbgcc-initial, and these functions are not needed during glibc build
so we are fine to disable them

introdcued with [1]
[1] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=781183595acba67a37c66f59a0c1d9b5fee7e248

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/libgcc-initial.inc