[oe-commits] [openembedded-core] 07/15: gdb: Do not set musl specific CFLAGS

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 16:35:31 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit c3f04bd4df3c67fc6c840fe0dd8e194e6663b02c
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Aug 13 16:49:48 2019 -0700

    gdb: Do not set musl specific CFLAGS
    
    These settings are no longer needed because we define
    gl_cv_func_gettimeofday_clobber=no already and stat issue is alrwady
    fixed via [1]
    
    [1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=3c025cfe5efc44eb4dfb03b53dca28e75096dd1e
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/gdb/gdb_8.3.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-devtools/gdb/gdb_8.3.bb b/meta/recipes-devtools/gdb/gdb_8.3.bb
index c6eac84..d70757a 100644
--- a/meta/recipes-devtools/gdb/gdb_8.3.bb
+++ b/meta/recipes-devtools/gdb/gdb_8.3.bb
@@ -26,4 +26,3 @@ EOF
 		chmod +x ${WORKDIR}/python
 	fi
 }
-CPPFLAGS_append_libc-musl = " -Drpl_gettimeofday=gettimeofday -Drpl_stat=stat"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list