shithub: scc

ref: 6b1309ac40e3f1842f42b5fbd995b40dbf8e3932
dir: /scripts/build/tool/gnu.mk/

View raw version
COMP = gcc
ASM = as
LINKER = ld
RANLIB = ranlib
ARCHIVE = ar
PRECOMP = cpp

ARCHIVE_FLAGS = -U
NOPIE_CFLAGS = -fno-pie
TOOL_CFLAGS = -std=c99 -fno-stack-protector -static
TOOL_LIBC_CFLAGS = -ffreestanding