shithub: scc

ref: 8f3b75a7c544312a9b182a614b63d18714a9b5fc
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