32 lines
1.3 KiB
Makefile
32 lines
1.3 KiB
Makefile
# This version of config.mak was generated by:
|
|
# ./configure --target=x86_64
|
|
# Any changes made here will be lost if configure is re-run
|
|
AR = tcc -ar
|
|
RANLIB = tcc -r
|
|
ARCH = x86_64
|
|
SUBARCH =
|
|
ASMSUBARCH =
|
|
srcdir = .
|
|
prefix = /usr/local/musl
|
|
exec_prefix = $(prefix)
|
|
bindir = $(exec_prefix)/bin
|
|
libdir = $(prefix)/lib
|
|
includedir = $(prefix)/include
|
|
syslibdir = /lib
|
|
CC = tcc
|
|
CFLAGS =
|
|
CFLAGS_AUTO = -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Wno-pointer-to-int-cast -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=discarded-array-qualifiers -Waddress -Warray-bounds -Wchar-subscripts -Wduplicate-decl-specifier -Winit-self -Wreturn-type -Wsequence-point -Wstrict-aliasing -Wunused-function -Wunused-label -Wunused-variable
|
|
CFLAGS_C99FSE = -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack
|
|
CFLAGS_MEMOPS = -fno-tree-loop-distribute-patterns
|
|
CFLAGS_NOSSP = -fno-stack-protector
|
|
CPPFLAGS =
|
|
LDFLAGS =
|
|
LDFLAGS_AUTO =
|
|
CROSS_COMPILE = x86_64-
|
|
LIBCC =
|
|
OPTIMIZE_GLOBS = internal/*.c malloc/*.c string/*.c
|
|
ALL_TOOLS =
|
|
TOOL_LIBS =
|
|
ADD_CFI = no
|
|
MALLOC_DIR = mallocng
|