Fix GCC redef for fortify disable
Add def for disabling fortify if desired
Add PIE/ASLR flag option for build tool
Fix bad LLD codegen from PIE flags in build tool
Add detection of LLD to build tool
Update tool and Makefile for separate config/target
Add smarter array countof macro for gcc/clang
Add comment about gcc warning disable
Change bank storage to use I32 instead of Glyph
Fix unused cmd flag in clang build
Fix file size stat in build tool on Mac
Add timing stats option to build tool
Fix up compiler version string searching
Change Makefile to be thin wrapper around tool
Update Makefile to remove warning on Mac release
Clean up redundant argument decls in macros
Change to make ports lock by default in macros
Add working 'O' operator, and load/store bank macros
Add more oper setup for bank storage
Fix locking flag inversion, add J operator
Fix incorrect 'BECOME' definition
Remove unnecessary upper/lower oper names
Add start of explicit dual upper/lower operators
Change to use all 3 phases, expand with macro
Split out phase steps into separate procedures