shithub: scc

ref: 38670978b7243e0b2093c553a4c3df03178d9d0a
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