summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2017-03-28 14:40:48 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-03-29 21:31:53 +0000
commit94ac41b1aa87a76a5ec3e50a24f4d7ce61ba5ca1 (patch)
treeea75b53daff3700823a934eedde30f5d569a7a23 /meta-phosphor
parent5aa3473bcd8e394b51f43d2eb3580aed8ae95da0 (diff)
downloadtalos-openbmc-94ac41b1aa87a76a5ec3e50a24f4d7ce61ba5ca1.tar.gz
talos-openbmc-94ac41b1aa87a76a5ec3e50a24f4d7ce61ba5ca1.zip
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>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/common/recipes-devtools/qemu/qemu_%.bbappend2
1 files changed, 2 insertions, 0 deletions
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"
OpenPOWER on IntegriCloud