Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools/mtd-utils: avoid linking libm statically | Jo-Philipp Wich | 2015-09-17 | 1 | -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 linking | Jo-Philipp Wich | 2015-09-14 | 1 | -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 |