summaryrefslogtreecommitdiffstats
path: root/Makefile.main
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Build with symbolsJoel Stanley2019-04-171-1/+1
* build: link with --orphan-handling=warnNicholas Piggin2019-04-171-0/+2
* build: -fno-asynchronous-unwind-tablesNicholas Piggin2019-04-171-1/+1
* Bump allowed stack frame size for unit tests/host programsStewart Smith2019-03-291-1/+6
* Makefile: Check -Wno-stringop-truncation is supportedJoel Stanley2019-03-051-1/+1
* Makefile: Paper over gard and pflash coverage issuesAndrew Jeffery2019-02-211-0/+8
* clang: -Wno-error=ignored-attributesStewart Smith2018-09-131-1/+2
* Makefile: remove try-cflags on no-altivec and no-vsxJoel Stanley2018-07-261-4/+3
* Makefile: Remove -mno-direct-move cflagJoel Stanley2018-07-261-1/+0
* Add -Wno-stringop-truncation for GCC8Stewart Smith2018-05-291-0/+1
* Makefile: be precise about clang targetJoel Stanley2018-05-091-10/+1
* Makefile: Use LD to link the final binaryJoel Stanley2018-05-041-3/+4
* Makefile: Disable warnings to make clang happyJoel Stanley2018-05-041-0/+11
* Makefile: Add additional flags when using clangJoel Stanley2018-05-041-0/+23
* Makefile: Put some ppc options behind try-cflag testsJoel Stanley2018-05-041-3/+3
* Makefile: Make it easier to find the docsJoel Stanley2018-04-111-1/+4
* build: use thin archives rather than incremental linkingNicholas Piggin2018-02-281-5/+9
* stb: Put correct label (for skiboot) into containerStewart Smith2018-02-131-2/+2
* Add support for new gcc 7 parametrized stack protectorBenjamin Herrenschmidt2017-12-201-8/+18
* libstb/(create|print)-container: Sync with sb-signing-utilsStewart Smith2017-12-181-2/+2
* make check: Make valgrind optionalMichael Ellerman2017-12-181-1/+7
* 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
OpenPOWER on IntegriCloud