]> code.ossystems Code Review - openembedded-core.git/commitdiff
gdb: Do not set musl specific CFLAGS
authorKhem Raj <raj.khem@gmail.com>
Tue, 13 Aug 2019 23:49:48 +0000 (16:49 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Aug 2019 16:32:19 +0000 (17:32 +0100)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gdb/gdb_8.3.bb

index c6eac84dd8e181616caa5ad14b44a5f480bde550..d70757a151150b0964416acdfb6ca931a64b0b3a 100644 (file)
@@ -26,4 +26,3 @@ EOF
                chmod +x ${WORKDIR}/python
        fi
 }
-CPPFLAGS_append_libc-musl = " -Drpl_gettimeofday=gettimeofday -Drpl_stat=stat"