From cd0ba65d48ec067775297f859084913dfe10a180 Mon Sep 17 00:00:00 2001 From: Sujith H Date: Tue, 26 Apr 2016 11:54:31 +0530 Subject: 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 --- recipes-extended/testfloat/files/Yocto-replace-COMPILE_PREFIX-gcc.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 42de56d..f2ff1c0 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) -- cgit v1.2.3-54-g00ecf