shithub: scc

ref: fd277d39d846ec05a4940fd7f7f95333900db1c9
dir: /scripts/build/tool/gnu.mk/

View raw version
TOOL_CFLAGS = -std=c99

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