# This version of config.mak was generated by: # ./configure --disable-shared # Any changes made here will be lost if configure is re-run ARCH = arm SUBARCH = ASMSUBARCH = el srcdir = . prefix = /usr/local/musl exec_prefix = $(prefix) bindir = $(exec_prefix)/bin libdir = $(prefix)/lib includedir = $(prefix)/include syslibdir = /lib CC = arm-none-eabi-gcc CFLAGS = -fPIC -mcpu=cortex-a9 -march=armv7-a -mlittle-endian -marm -mthumb-interwork -mfloat-abi=hard -mfpu=vfp 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 = 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 = arm-none-eabi- LIBCC = -lgcc OPTIMIZE_GLOBS = internal/*.c malloc/*.c string/*.c ALL_TOOLS = TOOL_LIBS = ADD_CFI = no SHARED_LIBS = WRAPCC_GCC = $(CC) TCC_EXTRACT=\ obj/src/env/__environ.o\ obj/src/env/__init_tls.o\ obj/src/env/__libc_start_main.o\ obj/src/env/putenv.o\ obj/src/env/setenv.o\ obj/src/exit/atexit.o\ obj/src/internal/libc.o\ obj/src/locale/c_locale.o\ obj/src/locale/locale_map.o\ obj/src/locale/setlocale.o\ obj/src/malloc/expand_heap.o\ obj/src/malloc/lite_malloc.o\ obj/src/malloc/malloc.o\ obj/src/misc/getopt.o\ obj/src/misc/syslog.o\ obj/src/multibyte/mbrtowc.o\ obj/src/network/gethostbyname2.o\ obj/src/network/h_errno.o\ obj/src/passwd/getpwent.o\ obj/src/prng/rand.o\ obj/src/signal/sigaction.o\ obj/src/stdio/ofl.o\ obj/src/stdio/stderr.o\ obj/src/stdio/stdin.o\ obj/src/stdio/stdout.o\ obj/src/string/strtok.o\ obj/src/time/__tz.o\ obj/src/time/gmtime.o\ obj/src/time/localtime.o