diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-08-13 16:49:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-14 17:33:49 +0100 |
commit | 9e2c3395fec2237b52d8cf8e8ab523add43f6b74 (patch) | |
tree | 5ec8f6dfacae22ee397d5d1526d31683958fec2e /meta/recipes-devtools | |
parent | bb7326c9f8f443a017fb9e939bfa7846acd91cfb (diff) | |
download | poky-9e2c3395fec2237b52d8cf8e8ab523add43f6b74.tar.gz |
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
(From OE-Core rev: c3f04bd4df3c67fc6c840fe0dd8e194e6663b02c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb_8.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
26 | chmod +x ${WORKDIR}/python | 26 | chmod +x ${WORKDIR}/python |
27 | fi | 27 | fi |
28 | } | 28 | } |
29 | CPPFLAGS_append_libc-musl = " -Drpl_gettimeofday=gettimeofday -Drpl_stat=stat" | ||