shithub: scc

ref: c79199da3e3565e28c2220a8474712a9fabc76e4
dir: /scripts/build/tool/gnu.mk/

View raw version
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