From: Zhenhua Luo Date: Fri, 3 Jun 2016 07:49:30 +0000 (+0800) Subject: testfloat: get rid of 'No GNU_HASH in the elf binary' warning X-Git-Tag: 2.2~429 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a04ba80918644ce045b0fc4abaef04f9ca5e0ca3;p=meta-freescale.git 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 Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- 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 +COMPILE_SLOWFLOAT_C = $(CC) -c -o $@ $(INCLUDES) -I- -O -LINK = $(COMPILE_PREFIX)gcc -lm -o $@ -+LINK = $(CC) -lm -o $@ ++LINK = $(CC) -lm -o $@ ${LDFLAGS} SOFTFLOAT_H = $(SOFTFLOAT_DIR)/softfloat.h SOFTFLOAT_OBJ = $(SOFTFLOAT_DIR)/softfloat$(OBJ)