summaryrefslogtreecommitdiff
path: root/mcld-device-build.mk
AgeCommit message (Collapse)Author
2014-04-24Build with libc++ instead of stlport.Stephen Hines
Change-Id: I7ab550e4833d4007de5021166c58f98a01147792
2014-04-01Fix MCLinker builds with clang.Tim Murray
bug 13588226 Change-Id: I4030f3f218e2b25c30d9bf3d6c382a86b2d5feb1
2014-03-11Work-around OS flex differences.Ian Rogers
Linux flex generates declarations with int vs Darwin with size_t. Switch host build to clang for better error messages. Disable Werror until errors are dealt with. Change-Id: I0abc8923dd1e57d55e8f318c7d1fcf8f8c975571
2012-12-17Fix Mac build by adding -Wno-unused-parameter.Shih-wei Liao
Change-Id: If8c0b2e5aa8ed73710f2622f2780b1089214f36e
2012-12-15Enable -Wall -Werror.Shih-wei Liao
Change-Id: I6dd7f0c203f3b303d9d9878ccbba382ff3540ea0
2012-12-15Include mcld/Config/Config.h in command line.Shih-wei Liao
MCLinker upstream builds with -DHAVE_XXX in command line instead of having a single config file (e.g., config.h) including in every file. This commit adds "-include mcld/Config/Config.h" to the build commands as if -DHAVE_XXX is supplied through the command line. Change-Id: I21329db658e5229146dc24eb7ef7f2bfca427cf1
2012-12-15Fix spaces.Shih-wei Liao
Change-Id: Ib431d912acfef0a7baf4e709a18ee35e763f9226
2012-03-17Linkloader improvement: mclinker.Shih-wei Liao
Change-Id: I8805e39ccbc2ee204234fb3e71c70c906f3990bb