diff options
-rw-r--r-- | meta-oe/recipes-extended/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch b/meta-oe/recipes-extended/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch index cc124b3c57..71ca343cc0 100644 --- a/meta-oe/recipes-extended/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch +++ b/meta-oe/recipes-extended/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch | |||
@@ -79,7 +79,7 @@ index 0000000..a89326a | |||
79 | + ${CC} -c -Werror-implicit-function-declaration $(TESTFLOAT_OPTS) \ | 79 | + ${CC} -c -Werror-implicit-function-declaration $(TESTFLOAT_OPTS) \ |
80 | + $(C_INCLUDES) -O3 -o $@ | 80 | + $(C_INCLUDES) -O3 -o $@ |
81 | +MAKELIB = ${AR} crs $@ | 81 | +MAKELIB = ${AR} crs $@ |
82 | +LINK = ${CC} -o $@ | 82 | +LINK = ${CC} -o $@ ${LDFLAGS} |
83 | +OTHER_LIBS = -lm | 83 | +OTHER_LIBS = -lm |
84 | + | 84 | + |
85 | +OBJ = .o | 85 | +OBJ = .o |