shithub: scc

ref: 4fe7b3c5097db6b24eef3680dec682b3d552bd64
dir: /config/toolchain/gnu.mk/

View raw version
TOOLCFLAGS = -std=c99

COMP = gcc
ASM = as
LINKER = ld
RANLIB = ranlib
ARCHIVE = ar

ARCHIVEFLAGS = -U
NOPIE_CFLAGS = -nopie
NOPIE_LDFLAGS = -nopie
TOOLCFLAGS = -std=c99