testfloat: drop bits now upstream

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2014-09-02 17:05:13 -07:00
parent c3727613fc
commit 83fa75ffae
2 changed files with 0 additions and 13 deletions

View File

@@ -1,11 +0,0 @@
--- TestFloat-2a/testfloat/powerpc-linux-gcc/Makefile
+++ TestFloat-2a/testfloat/powerpc-linux-gcc/Makefile
@@ -14,7 +14,7 @@ COMPILE_C_HARD = $(CC) -c -o $@ $(INCLUD
COMPILE_SLOWFLOAT_C = $(CC) -c -o $@ $(INCLUDES) -I- -O
-LINK = $(CC) -lm -o $@
+LINK = $(CC) -lm -o $@ $(LDFLAGS)
SOFTFLOAT_H = $(SOFTFLOAT_DIR)/softfloat.h
SOFTFLOAT_OBJ = $(SOFTFLOAT_DIR)/softfloat$(OBJ)

View File

@@ -1,2 +0,0 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
SRC_URI_append_fslmachine = " file://ldflags.patch"