source: EcnlProtoTool/trunk/musl-1.1.18/config.mak

Last change on this file was 331, checked in by coas-nagasima, 6 years ago

prototoolに関連するプロジェクトをnewlibからmuslを使うよう変更・更新
ntshellをnewlibの下位の実装から、muslのsyscallの実装に変更・更新
以下のOSSをアップデート
・mruby-1.3.0
・musl-1.1.18
・onigmo-6.1.3
・tcc-0.9.27
以下のOSSを追加
・openssl-1.1.0e
・curl-7.57.0
・zlib-1.2.11
以下のmrbgemsを追加
・iij/mruby-digest
・iij/mruby-env
・iij/mruby-errno
・iij/mruby-iijson
・iij/mruby-ipaddr
・iij/mruby-mock
・iij/mruby-require
・iij/mruby-tls-openssl

File size: 2.0 KB
Line 
1# This version of config.mak was generated by:
2# ./configure --disable-shared
3# Any changes made here will be lost if configure is re-run
4ARCH = arm
5SUBARCH =
6ASMSUBARCH = el
7srcdir = .
8prefix = /usr/local/musl
9exec_prefix = $(prefix)
10bindir = $(exec_prefix)/bin
11libdir = $(prefix)/lib
12includedir = $(prefix)/include
13syslibdir = /lib
14CC = arm-none-eabi-gcc
15CFLAGS = -fPIC -mcpu=cortex-a9 -march=armv7-a -mlittle-endian -marm -mthumb-interwork -mfloat-abi=hard -mfpu=vfp
16CFLAGS_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
17CFLAGS_C99FSE = -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack
18CFLAGS_MEMOPS = -fno-tree-loop-distribute-patterns
19CFLAGS_NOSSP = -fno-stack-protector
20CPPFLAGS =
21LDFLAGS =
22LDFLAGS_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
23CROSS_COMPILE = arm-none-eabi-
24LIBCC = -lgcc
25OPTIMIZE_GLOBS = internal/*.c malloc/*.c string/*.c
26ALL_TOOLS =
27TOOL_LIBS =
28ADD_CFI = no
29SHARED_LIBS =
30WRAPCC_GCC = $(CC)
31TCC_EXTRACT=\
32 obj/src/env/__environ.o\
33 obj/src/env/__init_tls.o\
34 obj/src/env/__libc_start_main.o\
35 obj/src/env/putenv.o\
36 obj/src/env/setenv.o\
37 obj/src/exit/atexit.o\
38 obj/src/internal/libc.o\
39 obj/src/locale/c_locale.o\
40 obj/src/locale/locale_map.o\
41 obj/src/locale/setlocale.o\
42 obj/src/malloc/expand_heap.o\
43 obj/src/malloc/lite_malloc.o\
44 obj/src/malloc/malloc.o\
45 obj/src/misc/getopt.o\
46 obj/src/misc/syslog.o\
47 obj/src/multibyte/mbrtowc.o\
48 obj/src/network/gethostbyname2.o\
49 obj/src/network/h_errno.o\
50 obj/src/passwd/getpwent.o\
51 obj/src/prng/rand.o\
52 obj/src/signal/sigaction.o\
53 obj/src/stdio/ofl.o\
54 obj/src/stdio/stderr.o\
55 obj/src/stdio/stdin.o\
56 obj/src/stdio/stdout.o\
57 obj/src/string/strtok.o\
58 obj/src/time/__tz.o\
59 obj/src/time/gmtime.o\
60 obj/src/time/localtime.o
61
Note: See TracBrowser for help on using the repository browser.