diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 16:02:57 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-31 18:21:58 +0200 |
commit | bd9f653e8bceca92a1e09c29fc387c8b400ea1cc (patch) | |
tree | 46722c8cc2a52fe8a06b9f27e89a0cdb08407829 /meta-oe | |
parent | 8579f185f014892b325368e2eb0d97fdccc8f04b (diff) | |
download | meta-openembedded-bd9f653e8bceca92a1e09c29fc387c8b400ea1cc.tar.gz |
Revert "testfloat: Fix No GNU_HASH in the elf binary warnings"
There is v2 patch for this.
This reverts commit 8885e4a2f17b4573e47cab575cd4428345d29a11.
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/testfloat/testfloat_3a.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/testfloat/testfloat_3a.bb b/meta-oe/recipes-extended/testfloat/testfloat_3a.bb index bb6e2ae3b..28e967762 100644 --- a/meta-oe/recipes-extended/testfloat/testfloat_3a.bb +++ b/meta-oe/recipes-extended/testfloat/testfloat_3a.bb | |||
@@ -20,8 +20,6 @@ SRC_URI[SoftFloat.sha256sum] = "946fd23180559d60eb6683dda1cf8b142f5426dedfefb97b | |||
20 | 20 | ||
21 | S = "${WORKDIR}" | 21 | S = "${WORKDIR}" |
22 | 22 | ||
23 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
24 | |||
25 | do_compile(){ | 23 | do_compile(){ |
26 | oe_runmake -C SoftFloat-${PV}/build/Linux-Cross-Compile/ | 24 | oe_runmake -C SoftFloat-${PV}/build/Linux-Cross-Compile/ |
27 | oe_runmake -C TestFloat-${PV}/build/Linux-Cross-Compile/ | 25 | oe_runmake -C TestFloat-${PV}/build/Linux-Cross-Compile/ |