diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2013-06-26 10:15:29 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2013-06-26 10:15:29 +0000 |
commit | 82ae24602a1b2c50252bed9e20dec751e780e9e3 (patch) | |
tree | e227a94869aabb17433b4995dbd2f1bbdfea7e93 /tools/elftosb/patches/001-libm.patch | |
parent | cb66ed972bb25e341a659884df598b936b606388 (diff) | |
download | upstream-82ae24602a1b2c50252bed9e20dec751e780e9e3.tar.gz upstream-82ae24602a1b2c50252bed9e20dec751e780e9e3.tar.bz2 upstream-82ae24602a1b2c50252bed9e20dec751e780e9e3.zip |
tools: add tools for i.MX23 boards
SVN-Revision: 37035
Diffstat (limited to 'tools/elftosb/patches/001-libm.patch')
-rw-r--r-- | tools/elftosb/patches/001-libm.patch | 11 |
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") |