diff options
Diffstat (limited to 'meta-oe/recipes-dbs')
-rw-r--r-- | meta-oe/recipes-dbs/mysql/mariadb.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc index b620355730..51eaf4a502 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb.inc +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc | |||
@@ -69,14 +69,8 @@ PACKAGECONFIG[krb5] = ", ,krb5" | |||
69 | PACKAGECONFIG[lz4] = ", ,lz4" | 69 | PACKAGECONFIG[lz4] = ", ,lz4" |
70 | PACKAGECONFIG[openssl] = "-DWITH_SSL='system',-DWITH_SSL='bundled',openssl" | 70 | PACKAGECONFIG[openssl] = "-DWITH_SSL='system',-DWITH_SSL='bundled',openssl" |
71 | 71 | ||
72 | # MariaDB doesn't link properly with gold | ||
73 | # https://mariadb.atlassian.net/browse/MDEV-5982 | ||
74 | TARGET_CFLAGS += "-fuse-ld=bfd" | ||
75 | LDFLAGS += " -pthread" | 72 | LDFLAGS += " -pthread" |
76 | 73 | ||
77 | BUILD_CFLAGS += "-fuse-ld=bfd" | ||
78 | BUILD_CXXFLAGS += "-fuse-ld=bfd" | ||
79 | |||
80 | LDFLAGS:x86:toolchain-clang = "-latomic" | 74 | LDFLAGS:x86:toolchain-clang = "-latomic" |
81 | LDFLAGS:riscv32:toolchain-clang = "-latomic" | 75 | LDFLAGS:riscv32:toolchain-clang = "-latomic" |
82 | 76 | ||