Files
meta-openembedded/meta-oe/recipes-devtools
Mingli Yu 72d7c70316 log4cplus: remove gold linker setting
After commit[3a7abb175 log4cplus: Fix build with gold linker]
applied, with below logic in conf/local.conf
MACHINE ??= "qemumips64"
MULTILIB_GLOBAL_VARIANTS_append = " libn32"
MULTILIBS ?= "multilib:lib32 multilib:libn32"
DEFAULTTUNE_virtclass-multilib-lib32 ?= "mips"
DEFAULTTUNE_virtclass-multilib-libn32 ?= "mips64-n32"
require conf/multilib.conf

There comes below configure error:
 $ bitbake libn32-log4cplus
 | checking for the pthreads library -lpthread... no
 | configure: error: Requested threads support but no threads were found.

Actually the logic[CXXFLAGS += "-fuse-ld=gold"] is not
needed in commit[3a7abb175 log4cplus: Fix build with gold linker],
so remove it to fix the above configure error.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-02 18:02:44 -07:00
..
2016-04-28 10:38:37 +02:00
2019-02-04 10:11:36 -08:00
2018-05-29 12:56:19 -07:00
2018-10-14 11:14:35 -07:00
2016-12-13 11:19:11 +01:00
2018-12-18 18:44:59 -08:00
2016-05-10 20:18:29 +02:00
2018-06-27 22:17:33 -07:00
2017-09-07 10:57:36 +02:00
2019-01-30 13:34:49 -08:00
2018-05-29 12:56:19 -07:00
2019-05-10 14:10:13 -07:00
2019-01-30 13:34:49 -08:00
2018-08-19 16:09:28 -07:00
2016-01-06 13:25:54 +01:00
2018-11-27 11:05:22 -08:00
2017-07-14 23:44:33 +02:00
2017-01-25 16:00:00 +01:00
2019-02-03 10:46:42 -08:00
2019-02-05 16:43:12 -08:00
2019-04-11 11:30:35 -07:00
2017-03-31 13:25:58 +02:00
2018-06-14 09:01:12 -07:00
2019-03-06 11:32:27 -08:00
2019-07-10 09:24:32 -07:00
2019-03-04 23:09:24 -08:00
2018-07-27 19:26:51 -07:00
2019-07-15 08:00:06 -07:00
2019-04-16 21:07:25 -07:00
2018-07-20 16:07:12 -07:00
2019-07-18 11:21:57 -07:00
2018-10-12 13:08:38 -07:00
2018-09-24 11:49:45 -07:00
2019-02-28 09:42:11 -08:00
2016-12-26 08:24:54 +01:00
2018-10-02 17:17:10 -07:00