Priit Laes
d2e8ee0e41
httpd: Fix buffer offerflow in scan_header
...
Fixes #300
2026-08-06 15:24:09 +03:00
Priit Laes
3c89b22207
makefile: Use origin check for CC variable
...
Make defines defaults for commonly used variables, therefore
we need to check first how the variable was defined. If `default`
value was used, override it with our own default.
2026-08-04 21:55:28 +03:00
Priit Laes
bebe79c4c9
makefile: Fix possible shell injections in makefile
2026-08-04 18:53:23 +03:00
Priit Laes
adb0b54691
makefile: Reorder sources to immediately fail on invalid MACHINE
...
Also group and reorder source files and move each of these to
separate line.
2026-08-04 17:57:53 +03:00
Priit Laes
b99436543a
makefile: Make CC and ASM overridable via command line
...
This makes it easier to run make without docker within
distros without editing Makefile. For example Fedora:
`ASM=sdcc-sdas8051 CC=sdcc-sdcc make`
2026-08-04 13:17:53 +03:00