summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
Commit message (Collapse)AuthorAgeFilesLines
* bootstrap: Use strict behaviourAndrew Jeffery2017-05-311-0/+2
| | | | | Change-Id: I3fc6819ce7c1dfc63ea1f14e4f23097b48b8a115 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
* ax_code_coverage: Ubuntu Zesty: Enable use of lcov 1.13Andrew Jeffery2017-05-311-0/+23
| | | | | | | | | | | | This works around the bug where Ubuntu Zesty's autoconf-archive package at version 20160916-1 doesn't support Zesty's lcov package, which is 1.13. This leads to a non-zero exit by ./configure when enabling code-coverage support on Zesty. Revert when Zesty isn't broken. Change-Id: I4050abdf9ea1b0ce7e131f334847f8f57a7281cc Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
* bootstrap: Set CXXFLAGS as well as CFLAGS in dev modeAndrew Jeffery2017-05-311-1/+3
| | | | | Change-Id: I2fe0974182c2f207232b8e9b1f2d0acb7b57512c Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
* bootstrap: Allow ./configure options on the commandline for dev modeAndrew Jeffery2017-05-311-3/+13
| | | | | Change-Id: I11812d5aa19d4a293282ab776663bdfe6154069a Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
* bootstrap: Add 'dev' parameter to run ./configure with additional CFLAGSAndrew Jeffery2017-04-261-1/+12
| | | | | | | | | | | | Also, add -DDEBUG as CODE_COVERAGE_CPPFLAGS has -DNDEBUG, and we set the coverage flags globally. Maybe that's not a good idea, but we definitely want to trigger asserts in the test cases. Change-Id: Ied39252678f1b28284024cd4435996416bd3eb22 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I9255e7300b783e536a687af6d7efdb54d41a86b1 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
* Convert to autotoolsAndrew Jeffery2017-01-171-0/+19
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
OpenPOWER on IntegriCloud