ref: 94ca1b27fc57c64bf0ee1dc95f1c58555aaf6e2a
dir: /scripts/build/tool/gnu.mk/
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