summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-06-03 15:49:30 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-06-03 08:46:44 -0300
commita04ba80918644ce045b0fc4abaef04f9ca5e0ca3 (patch)
tree02e06f1729d9fe828e3e160c669c8cbc77ce5c03 /recipes-extended
parentb72bac4b146ed01ca4235ff726daa361e5e075f7 (diff)
downloadmeta-freescale-a04ba80918644ce045b0fc4abaef04f9ca5e0ca3.tar.gz
testfloat: get rid of 'No GNU_HASH in the elf binary' warning
Remove the warning caused by external toolchain like sourcery. When used with sourcery toolchain warning was thrown during the build. Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/testfloat/files/Yocto-replace-COMPILE_PREFIX-gcc.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/testfloat/files/Yocto-replace-COMPILE_PREFIX-gcc.patch b/recipes-extended/testfloat/files/Yocto-replace-COMPILE_PREFIX-gcc.patch
index 42de56d3..f2ff1c00 100644
--- a/recipes-extended/testfloat/files/Yocto-replace-COMPILE_PREFIX-gcc.patch
+++ b/recipes-extended/testfloat/files/Yocto-replace-COMPILE_PREFIX-gcc.patch
@@ -58,7 +58,7 @@ index de50aad..1a8b5f7 100644
58+COMPILE_SLOWFLOAT_C = $(CC) -c -o $@ $(INCLUDES) -I- -O 58+COMPILE_SLOWFLOAT_C = $(CC) -c -o $@ $(INCLUDES) -I- -O
59 59
60-LINK = $(COMPILE_PREFIX)gcc -lm -o $@ 60-LINK = $(COMPILE_PREFIX)gcc -lm -o $@
61+LINK = $(CC) -lm -o $@ 61+LINK = $(CC) -lm -o $@ ${LDFLAGS}
62 62
63 SOFTFLOAT_H = $(SOFTFLOAT_DIR)/softfloat.h 63 SOFTFLOAT_H = $(SOFTFLOAT_DIR)/softfloat.h
64 SOFTFLOAT_OBJ = $(SOFTFLOAT_DIR)/softfloat$(OBJ) 64 SOFTFLOAT_OBJ = $(SOFTFLOAT_DIR)/softfloat$(OBJ)