summaryrefslogtreecommitdiffstats
path: root/tools/elftosb/patches/001-libm.patch
blob: 6b49ac1af22811fe528047671bab746ca6ed5d49 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/makefile.rules
+++ b/makefile.rules
@@ -101,7 +101,7 @@ OBJ_FILES_KEYGEN =			\
 	keygen.o
 
 
-LIBS =     -lstdc++
+LIBS =     -lstdc++ -lm
 
 
 ifeq ("${UNAMES}", "Linux")