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 <patrick@stwcx.xyz>
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 0000000..a458f5e
--- /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"