h69k/tools/elftosb/patches/001-libm.patch

12 lines
179 B
Diff
Raw Permalink Normal View History

2024-09-29 14:35:28 +00:00
--- a/makefile.rules
+++ b/makefile.rules
@@ -101,7 +101,7 @@ OBJ_FILES_KEYGEN = \
keygen.o
-LIBS = -lstdc++
+LIBS = -lstdc++ -lm
ifeq ("${UNAMES}", "Linux")