| Commit message (Collapse) | Author | Age |
|
|
|
| |
We rely on GNU make features.
|
|
|
|
|
| |
not really needed as override has already been specified for CPPFLAGS
before, but if those lines were removed/refactored, this would break.
|
|
|
|
|
|
|
| |
-D_FORTIFY_SOURCE=2 and -O2 enables some useful diagnosis.
Move WARNINGS into CFLAGS ?= assignment, as they are compiler specific.
The default compilation flags assumes gcc, but can easily be
changed by overriding CFLAGS and CPPFLAGS.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Namespace io_ stuff into mem_io_ to be less likely to collision with
anything else. Add io-stream utility for working with streams instead of
direct buffers. Add address-rw tools for simple memory read/write, where
regions aren't needed.
|
| |
|
| |
|
| |
|
|
|