Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-29 | Improve LTO detection code | Tomi Valkeinen | |
Split LTO detection into separate func and file, and create a cached LTO_WORKS variable. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |||
2016-09-28 | Fix LTO detection | Laurent Pinchart | |
Catch gcc-ar and gcc-ranlib versions compiled without plugin support and disable LTO in that case. Also do the LTO check only once by checking if HAS_LTO_FLAG has been set. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
2016-08-27 | Fix LTO support for cross-compilation. | Arnout Vandecappelle (Essensium/Mind) | |
When cross-compiling, the ar and ranlib to be used for LTO are prefixed by the cross-tuple. gcc-ar and gcc-ranlib may not exist. Cfr. http://autobuild.buildroot.net/results/f3c/f3c48da3a9706cd366c0e0a96c3cd0ff959f2a78/ Therefore, search for an appropriate lto-ar and lto-ranlib before enabling LTO. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | |||
2016-06-11 | cmake: results to bin & lib dirs | Tomi Valkeinen | |
2016-06-11 | rename libkms to kms++ | Tomi Valkeinen | |
2016-06-11 | cmake: add option to build shared libs | Tomi Valkeinen | |
2016-06-11 | rename dirs | Tomi Valkeinen | |
2016-05-25 | disable Wmissing-field-initializers when gcc <= 5.0 | Tomi Valkeinen | |
2016-05-25 | Require libdrm >= 2.4.64 | Tomi Valkeinen | |
2016-05-23 | File/dir renames | Tomi Valkeinen | |
2016-05-23 | Automatically use -flto | Tomi Valkeinen | |
2016-05-23 | improve build type | Tomi Valkeinen | |
2016-04-16 | add -Wextra & fix warnings | Tomi Valkeinen | |
2016-03-20 | Add LTO option | Tomi Valkeinen | |
2015-11-30 | remove lua bindings | Tomi Valkeinen | |
2015-11-18 | Add kmscube | Tomi Valkeinen | |
2015-10-06 | don't enable lua by default | Tomi Valkeinen | |
2015-10-01 | move test utils to libkmstest library | Tomi Valkeinen | |
2015-10-01 | add options to turn off py/lua build | Tomi Valkeinen | |
2015-10-01 | cmake: add (commented out) lines for static libc | Tomi Valkeinen | |
2015-10-01 | Relax cmake minumum version to 2.8 from 3.0. Seems to work fine. | Jyri Sarha | |
2015-09-28 | move db and testpat to tests/ | Tomi Valkeinen | |
2015-09-28 | Initial version | Tomi Valkeinen | |