ref: 5ac3a0d4c1a9d7e4d3912c4770084b885007aca6
dir: /scripts/build/tool/gnu.mk/
COMP = gcc ASM = as LINKER = ld RANLIB = ranlib ARCHIVE = ar PRECOMP = cpp ARCHIVE_FLAGS = -U NOPIE_CFLAGS = -fno-pie TOOL_CFLAGS = -std=c99 -fno-stack-protector -static TOOL_LIBC_CFLAGS = -ffreestanding