From: Khem Raj Date: Tue, 13 Aug 2019 23:49:48 +0000 (-0700) Subject: gdb: Do not set musl specific CFLAGS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13599 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3f04bd4df3c67fc6c840fe0dd8e194e6663b02c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gdb/gdb_8.3.bb b/meta/recipes-devtools/gdb/gdb_8.3.bb index c6eac84dd8e..d70757a1511 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"