summaryrefslogtreecommitdiffstats
path: root/Makefile.main
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Enable SKIBOOT_GCOV build option for building with profilingStewart Smith2015-05-151-0/+4
* sparse: add make variable C to run sparse when compiling skibootCédric Le Goater2015-02-261-0/+3
* Makefile: Link with libgccMichael Neuling2015-02-231-2/+3
* Makefile: Move -m options from CPPFLAGS to CFLAGS & AFLAGSJeremy Kerr2015-01-281-3/+3
* Run the CCAN unit tests and add to coverage-reportStewart Smith2014-12-181-3/+3
* Fix makefile dependency generation, especially for HOSTCCStewart Smith2014-12-151-1/+1
* Enable -WerrorStewart Smith2014-12-101-2/+2
* Reduce -Wstack-usage down to 1024 bytes.Stewart Smith2014-12-051-2/+2
* fix Makefile when using a build directoryCédric Le Goater2014-11-261-1/+2
* Merge remote-tracking branch 'ltcgit/master'Benjamin Herrenschmidt2014-11-221-12/+24
|\
| * don't echo version during make.Stewart Smith2014-11-191-1/+0
| * Fail build when SKIBOOT_VERSION not set and not in git treeStewart Smith2014-11-191-1/+6
| * Implement skiboot versioningStewart Smith2014-11-191-8/+16
* | Add symbolic backtraces and expose skiboot map to LinuxBenjamin Herrenschmidt2014-11-181-5/+10
* | Stack checking extensionsBenjamin Herrenschmidt2014-11-171-1/+10
|/
* Quote built-in kernel path from MakefileBenjamin Herrenschmidt2014-11-171-1/+1
* Preliminary code coverage reporting infrastructureStewart Smith2014-10-221-0/+8
* Fix gitid generation when not in a git repositoryJoel Stanley2014-08-131-1/+3
* Pretty print objcopy in build outputJoel Stanley2014-08-081-1/+1
* Build with -ffreestanding so we can override printfStewart Smith2014-08-081-3/+3
* Initial commit of Open Source releaseBenjamin Herrenschmidt2014-07-021-0/+154
OpenPOWER on IntegriCloud