diff options
| author | Fahad Usman <fahad_usman@mentor.com> | 2016-08-18 18:05:56 +0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:49:30 +0200 |
| commit | 8885e4a2f17b4573e47cab575cd4428345d29a11 (patch) | |
| tree | 23f484930943627d63f46c1e6af343cdf2d939ca | |
| parent | c4ea81241b0dd760a479c4a5edfa0e39d93fcff2 (diff) | |
| download | meta-openembedded-8885e4a2f17b4573e47cab575cd4428345d29a11.tar.gz | |
testfloat: Fix No GNU_HASH in the elf binary warnings
These warnings are observed when testfloat is built with certain
external toolchains.
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/testfloat/testfloat_3a.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/testfloat/testfloat_3a.bb b/meta-oe/recipes-extended/testfloat/testfloat_3a.bb index 28e9677625..bb6e2ae3b8 100644 --- a/meta-oe/recipes-extended/testfloat/testfloat_3a.bb +++ b/meta-oe/recipes-extended/testfloat/testfloat_3a.bb | |||
| @@ -20,6 +20,8 @@ SRC_URI[SoftFloat.sha256sum] = "946fd23180559d60eb6683dda1cf8b142f5426dedfefb97b | |||
| 20 | 20 | ||
| 21 | S = "${WORKDIR}" | 21 | S = "${WORKDIR}" |
| 22 | 22 | ||
| 23 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
| 24 | |||
| 23 | do_compile(){ | 25 | do_compile(){ |
| 24 | oe_runmake -C SoftFloat-${PV}/build/Linux-Cross-Compile/ | 26 | oe_runmake -C SoftFloat-${PV}/build/Linux-Cross-Compile/ |
| 25 | oe_runmake -C TestFloat-${PV}/build/Linux-Cross-Compile/ | 27 | oe_runmake -C TestFloat-${PV}/build/Linux-Cross-Compile/ |
