Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use more make conventions (#6789) | Stephen | 2017-11-22 | 1 | -17/+14 |
| | | | | | | | | * use more make conventions improves compatibility with cross compilation systems * use make implicit rule | ||||
* | use make default linker naming convention (#6787) | Stephen | 2017-11-22 | 1 | -5/+5 |
| | |||||
* | Fix platform detection in makefile (#6751) | Sergey Avseyev | 2017-11-16 | 1 | -8/+11 |
| | |||||
* | Fix little endian PPC64 architecture detection (#6713) | Sergey Avseyev | 2017-11-11 | 1 | -0/+3 |
| | |||||
* | Introduce first class support for Android (#5772) | Fredrik Høisæther Rasch | 2017-08-06 | 1 | -0/+6 |
| | |||||
* | Add mips64 and mips64el CPU platforms (#5866) | James Cowgill | 2017-08-03 | 1 | -2/+5 |
| | |||||
* | Minor fixes for makefile.tmpl | def | 2017-06-20 | 1 | -2/+2 |
| | |||||
* | makefile.tmpl: fix error handling and cleanups | James Cowgill | 2017-05-18 | 1 | -59/+56 |
| | | | | | | | | | | | | | | This changes the indentation of all non-recipe lines from tabs to 2 spaces. While this doesn't fix anything, it avoids either make or someone interpreting those lines as a make recipe. This also fixes the error handling by using make's $(error) function instead. Previously make gave this syntax error whenever it hit the error handling code: ``` *** recipe commences before first target. Stop. ``` | ||||
* | niminst updates | Andreas Rumpf | 2016-10-21 | 1 | -2/+2 |
| | |||||
* | Fixes #2128. Based on @infinity0's commit. | Dominik Picheta | 2016-06-05 | 1 | -3/+3 |
| | |||||
* | Use new #? filter prefix in various places | Adam Strzelecki | 2015-09-30 | 1 | -1/+1 |
| | | | | This silences deprecation warnings and prevent collision with UNIX shebang. | ||||
* | Add makefile for csources | def | 2015-03-12 | 1 | -0/+168 |
This should speed up compilation of csources significantly, as it can be used with "make -j $NUMPROCS" Only tested on Linux so far |