conclusion
This commit is contained in:
parent
0f97a589b8
commit
9bc8a11afe
1069 changed files with 48694 additions and 11 deletions
27
05/musl-0.6.0/config.mak
Normal file
27
05/musl-0.6.0/config.mak
Normal file
|
@ -0,0 +1,27 @@
|
|||
#
|
||||
# musl config.mak template (original in dist/config.mak)
|
||||
#
|
||||
|
||||
# Target CPU architecture. Supported values: i386, x86_64
|
||||
ARCH = x86_64
|
||||
|
||||
# Installation prefix. DO NOT use /, /usr, or /usr/local !
|
||||
prefix = /usr/local/musl-bootstrap
|
||||
|
||||
# Installation prefix for musl-gcc compiler wrapper.
|
||||
exec_prefix = /usr/local/musl-bootstrap
|
||||
|
||||
# Uncomment if you want to build i386 musl on a 64-bit host
|
||||
#CFLAGS += -m32
|
||||
|
||||
#CFLAGS += -g
|
||||
|
||||
# Uncomment for smaller code size.
|
||||
#CFLAGS += -fomit-frame-pointer -mno-accumulate-outgoing-args
|
||||
|
||||
# Uncomment for warnings (as errors). Might need tuning to your gcc version.
|
||||
#CFLAGS += -Werror -Wall -Wpointer-arith -Wcast-align -Wno-parentheses -Wno-char-subscripts -Wno-uninitialized -Wno-sequence-point -Wno-missing-braces -Wno-unused-value
|
||||
#CFLAGS += -Wno-pointer-sign
|
||||
|
||||
# Uncomment if you want to build a shared library (experimental).
|
||||
#LIBC_LIBS += lib/libc.so
|
Loading…
Add table
Add a link
Reference in a new issue