shithub: scc

ref: 65120a98fb3d4d914f79cc66dc425d7d4d81c666
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