mirror of https://gitlab.com/nakst/essence
31 lines
1.2 KiB
Makefile
31 lines
1.2 KiB
Makefile
# This version of config.mak was generated by:
|
|
# ./configure
|
|
# Any changes made here will be lost if configure is re-run
|
|
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 = x86_64-essence-gcc
|
|
CFLAGS = -ffreestanding -g
|
|
CFLAGS_AUTO = -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith
|
|
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 = -T ../../util/linker_userland64.ld -z max-page-size=0x1000
|
|
LDFLAGS_AUTO = -Wl,--sort-section,alignment -Wl,--sort-common -Wl,--gc-sections -Wl,--hash-style=both -Wl,--no-undefined -Wl,--exclude-libs=ALL -Wl,-Bsymbolic-functions
|
|
CROSS_COMPILE =
|
|
LIBCC = -lgcc
|
|
OPTIMIZE_GLOBS = internal/*.c malloc/*.c string/*.c
|
|
ALL_TOOLS = obj/musl-gcc
|
|
TOOL_LIBS = lib/musl-gcc.specs
|
|
ADD_CFI = no
|
|
WRAPCC_GCC = $(CC)
|
|
AOBJS = $(LOBJS)
|