The compiler supports a Unix timestamp in the SOURCE_DATE_EPOCH environment variable while compiling, which affects the `__DATE__`, `__TIME__` and `__TIMESTAMP__` tokens, and the reported host CPU in the `--version` output. After a quick search, NT_GNU_BUILD_ID seems to come from the ld linker, not from the compilers.