ref: b2537502d9aa8a69d9b4c2dfa1fd1c57116bba3e
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