summaryrefslogtreecommitdiffstats
path: root/Makefile.main
Commit message (Expand)AuthorAgeFilesLines
* build: CFLAGS compile with -mcpu=power7Nicholas Piggin2017-08-221-1/+2
* build: CFLAGS compile with -fpie and -fno-picNicholas Piggin2017-08-221-1/+1
* build: LDFLAGS pass -pie flag explicitly to ldNicholas Piggin2017-08-221-0/+1
* Makefile.check: Fix `make check`Cyril Bur2017-08-011-4/+3
* gcov: properly handle gard and pflash code coverageStewart Smith2017-07-191-1/+12
* Makefile: gard/pflash targets for CI build with HOSTCFLAGS/HOSTGCOVFLAGSStewart Smith2017-07-191-2/+2
* skiboot: Add a library for xzHemant Kumar2017-06-271-2/+3
* pore: Always use libporeOliver O'Halloran2017-05-101-7/+2
* libstb/create-container: Add full container build and sign with imprint keysDave Heller2017-04-071-2/+2
* Makefile: Update clean target for stbMichael Neuling2017-03-161-1/+1
* Dead code and data eliminationNicholas Piggin2017-02-061-1/+9
* Initial support for the ELFv2 ABINicholas Piggin2017-02-061-1/+10
* Makefile: Disable stack protector due to gcc problemsBenjamin Herrenschmidt2016-12-221-3/+9
* Makefile: Use -ffixed-r13Benjamin Herrenschmidt2016-12-221-0/+1
* stb: create-container and wrap skiboot in Secure/Trusted Boot containerStewart Smith2016-11-241-0/+7
* travis-ci: use Docker containers for a matrix of platformsStewart Smith2016-11-021-1/+1
* extract-gcov: build with -m64 if compiler supports itStewart Smith2016-10-251-0/+1
* libstb: add required container header structuresClaudio Carvalho2016-10-101-1/+2
* consolidate gcov flags into HOSTGCOVFLAGS for host binariesStewart Smith2016-09-021-0/+2
* Don't set -fstack-protector-all unconditionallyBenjamin Herrenschmidt2016-08-181-1/+1
* Build host programs (and checks) with debug enabledBenjamin Herrenschmidt2016-08-181-0/+1
* Add global DEBUG make flagBenjamin Herrenschmidt2016-08-181-0/+4
* Make: Add skiboot.lid.xz to make cleanVasant Hegde2016-08-101-1/+1
* Produce XZ compressed skiboot.lid as part of buildStewart Smith2016-07-041-1/+4
* Add .version to make cleanStewart Smith2016-06-071-1/+1
* Fix 'make clean'Vasant Hegde2016-03-111-0/+1
* Merge branch 'stable'Stewart Smith2015-12-031-2/+2
|\
| * Fix up extract-gcov for gcc > 4.8Stewart Smith2015-12-031-2/+2
| * libflash: Provide an internal parity implementation, to remove libgcc dependencyJeremy Kerr2015-12-021-3/+2
* | Update hack for building pflash for coverity scanStewart Smith2015-11-271-0/+4
* | Enable building pflash for coverity (travis)Stewart Smith2015-11-171-0/+2
* | Enable -Werror for -WformatStewart Smith2015-11-161-1/+1
* | libflash: Provide an internal parity implementation, to remove libgcc dependencyJeremy Kerr2015-11-131-3/+2
* | Enable -fstack-protector-strong if supported by compilerStewart Smith2015-11-131-1/+1
* | Skip -std=gnu11 for sparseStewart Smith2015-11-091-0/+1
|/
* coverity scan through travis-ciStewart Smith2015-09-081-0/+4
* Fix try-cflag makefile foo for ancient GCC (e.g. 4.4 shipped with RHEL6)Stewart Smith2015-08-181-1/+1
* Use target CC for __GNUC__ version defines in extract-gcovStewart Smith2015-08-181-1/+4
* Enforce GNU 11 as default C dialectJoel Stanley2015-08-131-0/+2
* Newer GCC can automatically vectorise code. We do not want that.Stewart Smith2015-08-121-0/+6
* Test compiler flags before using, force abiv1 if neededStewart Smith2015-08-121-4/+19
* versioning: Unify all versioning to match skiboot versionsCyril Bur2015-07-311-1/+1
* Be explicit about wanting GCOV branch coverageStewart Smith2015-06-261-3/+3
* force elf64-powerpc output format and big endian for linkerStewart Smith2015-06-051-0/+3
* Have make_version be able to generate versions for toolsCyril Bur2015-06-011-1/+1
* Fix HOSTEND check in Makefile.main for ppc64leStewart Smith2015-05-201-1/+1
* fix extract-gcov compilation when using a build directoryCédric Le Goater2015-05-201-1/+1
* Don't exclude sections during linkStewart Smith2015-05-151-1/+1
* Add extract-gcov utility for extracting gcda from skiboot dumpStewart Smith2015-05-151-1/+4
* Construct linked list of gcov data structuresStewart Smith2015-05-151-1/+1
OpenPOWER on IntegriCloud