diff mbox series

gdb: Do not set musl specific CFLAGS

Message ID 20190813234948.17250-1-raj.khem@gmail.com
State Accepted
Commit c3f04bd4df3c67fc6c840fe0dd8e194e6663b02c
Headers show
Series gdb: Do not set musl specific CFLAGS | expand

Commit Message

Khem Raj Aug. 13, 2019, 11:49 p.m. UTC
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@gmail.com>

---
 meta/recipes-devtools/gdb/gdb_8.3.bb | 1 -
 1 file changed, 1 deletion(-)

-- 
2.22.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/recipes-devtools/gdb/gdb_8.3.bb b/meta/recipes-devtools/gdb/gdb_8.3.bb
index c6eac84dd8..d70757a151 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"