ref: e43e3872b43d9c1b49e9e5c015b32258c3735ad8
dir: /scripts/build/tool/gnu.mk/
TOOL_CFLAGS = -std=c99 COMP = gcc ASM = as LINKER = ld RANLIB = ranlib ARCHIVE = ar ARCHIVE_FLAGS = -U NOPIE_CFLAGS = -nopie NOPIE_LDFLAGS = -nopie TOOL_CFLAGS = -std=c99 -fno-stack-protector -static