diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-04-01 20:32:16 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-01 20:32:16 -0300 |
| commit | 78b87b21fbc11bd50c317e273604ad575ebb5f85 (patch) | |
| tree | 510a5e49a0cf7e31ed959593c619a71d1b414b4c /Makefile | |
| parent | d66a21685f45d130f980e8a5ec7b08cfe189e40b (diff) | |
Jenkins CI (#8)
* Jenkinsfile
* Fix format path
* I have the stupid
* Change CC_CHECK to gcc
* Update Makefile
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
---------
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,9 +17,9 @@ WERROR ?= 0 KEEP_MDEBUG ?= 0 # Check code syntax with host compiler RUN_CC_CHECK ?= 1 -CC_CHECK_COMP ?= clang +CC_CHECK_COMP ?= gcc # Dump build object files -OBJDUMP_BUILD ?= 1 +OBJDUMP_BUILD ?= 0 # Set prefix to mips binutils binaries (mips-linux-gnu-ld => 'mips-linux-gnu-') - Change at your own risk! # In nearly all cases, not having 'mips-linux-gnu-*' binaries on the PATH is indicative of missing dependencies |
