]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "libgcc-initial: Do not build fp128 to decimal ppc functions"
authorKhem Raj <raj.khem@gmail.com>
Mon, 14 Jun 2021 18:27:15 +0000 (11:27 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Jun 2021 23:02:49 +0000 (00:02 +0100)
This is now fixed in gcc properly, and the patches are backported into
gcc11 branch which OE updated to recently.

https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=645bfc161987a12395869728b63ed01084d23c00
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=f1d012911bd103e9701ed378f32928a3cbcf028a

This reverts commit 7883b4c1384fe30066072f39e9a930be537bc3b4.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/libgcc-initial.inc

index f7d8041226894e5cd024fb23e1fc830e16676984..06bf224f734e9691f42a28040282f9df4d2e28c9 100644 (file)
@@ -51,8 +51,6 @@ do_configure_prepend () {
 
 do_configure_append () {
        sed -i -e 's#thread_header = .*#thread_header = gthr-single.h#' ${B}/${BPN}/Makefile
-       sed -i -e '/^libgcc_tm_defines = $/a fp128_dec_funcs =' ${B}/${BPN}/Makefile
-       sed -i -e '/^libgcc_tm_defines = $/a fp128_decstr_funcs =' ${B}/${BPN}/Makefile
 }
 
 do_install_append () {