summaryrefslogtreecommitdiffstats
path: root/tools/mtd-utils/patches/310-add-static-linking-option.patch
Commit message (Collapse)AuthorAgeFilesLines
* tools/mtd-utils: avoid linking libm staticallyJo-Philipp Wich2015-09-171-10/+30
| | | | | | | | | Rework static linker flags to not link libm statically, this should fix the build on CentOS where libm.a is not provided by the libc devel package. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 46989
* tools/mtd-utils: prefer static linkingJo-Philipp Wich2015-09-141-0/+23
- Add patch for optional static linking preference - Prefer static linking on Linux systems - Enable verbose compiler messages when building with V=c Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 46908