shithub: scc

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