summaryrefslogtreecommitdiffstats
path: root/common/recipes-extended/qat/qat16.inc
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-extended/qat/qat16.inc')
-rw-r--r--common/recipes-extended/qat/qat16.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-extended/qat/qat16.inc b/common/recipes-extended/qat/qat16.inc
index d45967a3..cf112bbd 100644
--- a/common/recipes-extended/qat/qat16.inc
+++ b/common/recipes-extended/qat/qat16.inc
@@ -60,7 +60,7 @@ do_unpack2() {
60addtask unpack2 after do_unpack before do_patch 60addtask unpack2 after do_unpack before do_patch
61 61
62do_compile () { 62do_compile () {
63 export LD="${LD} --hash-style=gnu" 63 export LD="${CC} -Wl,--hash-style=gnu -nostartfiles -nodefaultlibs"
64 export MACHINE="${TARGET_ARCH}" 64 export MACHINE="${TARGET_ARCH}"
65 cd ${S}/quickassist 65 cd ${S}/quickassist
66 oe_runmake 66 oe_runmake