Skip to content

Commit

Permalink
cef3: rework "fix build with gcc 4.9.4"
Browse files Browse the repository at this point in the history
The link errors addressed with commit
'7887e66d5df998b91d4df24a150c32a692784451 fix build with gcc 4.9.4'
occur only when linking with gold.
Thus apply the fix only if distro features contain ld-is-gold.

Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
MaxKrummenacher authored and otavio committed Nov 10, 2015
1 parent 7887e66 commit 06aab8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-browser/chromium/cef3_280796.bb
Expand Up @@ -35,7 +35,7 @@ export BUILD_TARGET_ARCH="${TARGET_ARCH}"
export GYP_DEFINES="${GYP_ARCH_DEFINES} release_extra_cflags='-Wno-error=unused-local-typedefs' sysroot=''"

EXTRA_OEGYP = " \
-Ddisable_fatal_linker_warnings=1 \
${@base_contains('DISTRO_FEATURES', 'ld-is-gold', '-Ddisable_fatal_linker_warnings=1', '', d)} \
"

do_configure_prepend() {
Expand Down

0 comments on commit 06aab8e

Please sign in to comment.