aboutsummaryrefslogtreecommitdiffstats
path: root/tools/elftosb/patches/001-libm.patch
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2013-06-26 10:15:29 +0000
committerZoltan HERPAI <wigyori@uid0.hu>2013-06-26 10:15:29 +0000
commitf68fad55ee1d8027ddffa28ead1da014b5e332e5 (patch)
tree3a65223b0267ec7c5c52632dedba33635b8dd527 /tools/elftosb/patches/001-libm.patch
parentc4eb9cde4df42b0bd6dea3603029b43757abcb4a (diff)
downloadupstream-f68fad55ee1d8027ddffa28ead1da014b5e332e5.tar.gz
upstream-f68fad55ee1d8027ddffa28ead1da014b5e332e5.tar.bz2
upstream-f68fad55ee1d8027ddffa28ead1da014b5e332e5.zip
tools: add tools for i.MX23 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37035 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/elftosb/patches/001-libm.patch')
-rw-r--r--tools/elftosb/patches/001-libm.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/elftosb/patches/001-libm.patch b/tools/elftosb/patches/001-libm.patch
new file mode 100644
index 0000000000..02705d24bb
--- /dev/null
+++ b/tools/elftosb/patches/001-libm.patch
@@ -0,0 +1,11 @@
+--- elftosb-10.12.01/makefile.rules 2012-03-15 11:01:44.979020178 -0400
++++ elftosb-10.12.01/makefile.rules 2012-03-15 11:01:16.332761989 -0400
+@@ -101,7 +101,7 @@
+ keygen.o
+
+
+-LIBS = -lstdc++
++LIBS = -lstdc++ -lm
+
+
+ ifeq ("${UNAMES}", "Linux")