From 94ac41b1aa87a76a5ec3e50a24f4d7ce61ba5ca1 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 28 Mar 2017 14:40:48 -0500 Subject: qemu: remove unsupported linker option for RHEL6 RHEL6's native gcc does not support this option and removing it seems to have no effect. Remove to allow compiles on RHEL6. See openbmc/openbmc#1407 to track removal. Change-Id: I073efde520740c57d9a5b51c19092dd74f532c1d Signed-off-by: Patrick Williams --- meta-phosphor/common/recipes-devtools/qemu/qemu_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-phosphor/common/recipes-devtools/qemu/qemu_%.bbappend (limited to 'meta-phosphor') diff --git a/meta-phosphor/common/recipes-devtools/qemu/qemu_%.bbappend b/meta-phosphor/common/recipes-devtools/qemu/qemu_%.bbappend new file mode 100644 index 000000000..a458f5ed3 --- /dev/null +++ b/meta-phosphor/common/recipes-devtools/qemu/qemu_%.bbappend @@ -0,0 +1,2 @@ +# TODO: openbmc/openbmc#1407 - Remove with RHEL6 support deprecation. +LDFLAGS_remove_class-native = " -fuse-ld=bfd" -- cgit v1.2.1