shithub: scc

ref: 895c2c914ce5ea912b0f1818bc173d7aadbee32e
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