shithub: scc

ref: 863ae94d24cc233614af6cd22e5e3caa3921481f
dir: /config/tool/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 -fno-stack-protector -static